mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-15 10:48:04 +00:00
msvc fixes
This commit is contained in:
parent
01b52385d6
commit
e2f4e2ade1
2
clay.h
2
clay.h
@ -359,10 +359,10 @@ typedef enum {
|
||||
typedef struct {
|
||||
Clay_Vector2 offset;
|
||||
Clay_Dimensions expand;
|
||||
uint16_t zIndex;
|
||||
uint32_t parentId;
|
||||
Clay_FloatingAttachPoints attachment;
|
||||
Clay_PointerCaptureMode pointerCaptureMode;
|
||||
uint32_t zIndex;
|
||||
} Clay_FloatingElementConfig;
|
||||
|
||||
CLAY__WRAPPER_STRUCT(Clay_FloatingElementConfig);
|
||||
|
Loading…
Reference in New Issue
Block a user