mirror of
https://github.com/nicbarker/clay.git
synced 2025-05-07 19:08:02 +00:00
Compare commits
1 Commits
0df9d86ca9
...
d5ca133b1a
Author | SHA1 | Date | |
---|---|---|---|
|
d5ca133b1a |
5
clay.h
5
clay.h
@ -399,7 +399,7 @@ CLAY__TYPEDEF(Clay_Border, struct {
|
|||||||
Clay_Color color;
|
Clay_Color color;
|
||||||
});
|
});
|
||||||
|
|
||||||
struct Clay_BorderElementConfig {
|
CLAY__TYPEDEF(Clay_BorderElementConfig, struct {
|
||||||
Clay_Border left;
|
Clay_Border left;
|
||||||
Clay_Border right;
|
Clay_Border right;
|
||||||
Clay_Border top;
|
Clay_Border top;
|
||||||
@ -409,8 +409,7 @@ struct Clay_BorderElementConfig {
|
|||||||
#ifdef CLAY_EXTEND_CONFIG_BORDER
|
#ifdef CLAY_EXTEND_CONFIG_BORDER
|
||||||
CLAY_EXTEND_CONFIG_BORDER
|
CLAY_EXTEND_CONFIG_BORDER
|
||||||
#endif
|
#endif
|
||||||
};
|
});
|
||||||
CLAY__TYPEDEF(Clay_BorderElementConfig, struct Clay_BorderElementConfig);
|
|
||||||
|
|
||||||
CLAY__TYPEDEF(Clay_ElementConfigUnion, union {
|
CLAY__TYPEDEF(Clay_ElementConfigUnion, union {
|
||||||
Clay_RectangleElementConfig *rectangleElementConfig;
|
Clay_RectangleElementConfig *rectangleElementConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user