Skip to content

Commit

Permalink
Add EXTEND_CONFIG_BORDER
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbarker committed Jan 11, 2025
1 parent 7ecd5ad commit d7ee448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clay.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

2 comments on commit d7ee448

@6wingSerap
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cant compile this via MSVC

@nicbarker
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@6wingSerap Sorry about this one! Should be fixed in main now 🙂

Please sign in to comment.