mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Add EXTEND_CONFIG_BORDER
This commit is contained in:
parent
7ecd5adbce
commit
d7ee448ed5
1 changed files with 3 additions and 0 deletions
3
clay.h
3
clay.h
|
|
@ -406,6 +406,9 @@ CLAY__TYPEDEF(Clay_BorderElementConfig, struct {
|
|||
Clay_Border bottom;
|
||||
Clay_Border betweenChildren;
|
||||
Clay_CornerRadius cornerRadius;
|
||||
#ifdef CLAY_EXTEND_CONFIG_BORDER
|
||||
CLAY_EXTEND_CONFIG_BORDER
|
||||
#endif
|
||||
});
|
||||
|
||||
CLAY__TYPEDEF(Clay_ElementConfigUnion, union {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue