mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-18 20:28:01 +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 {
|
typedef struct {
|
||||||
Clay_Vector2 offset;
|
Clay_Vector2 offset;
|
||||||
Clay_Dimensions expand;
|
Clay_Dimensions expand;
|
||||||
uint16_t zIndex;
|
|
||||||
uint32_t parentId;
|
uint32_t parentId;
|
||||||
Clay_FloatingAttachPoints attachment;
|
Clay_FloatingAttachPoints attachment;
|
||||||
Clay_PointerCaptureMode pointerCaptureMode;
|
Clay_PointerCaptureMode pointerCaptureMode;
|
||||||
|
uint32_t zIndex;
|
||||||
} Clay_FloatingElementConfig;
|
} Clay_FloatingElementConfig;
|
||||||
|
|
||||||
CLAY__WRAPPER_STRUCT(Clay_FloatingElementConfig);
|
CLAY__WRAPPER_STRUCT(Clay_FloatingElementConfig);
|
||||||
|
Loading…
Reference in New Issue
Block a user