msvc fixes

This commit is contained in:
Nic Barker 2025-01-31 17:24:10 +13:00
parent 01b52385d6
commit e2f4e2ade1

2
clay.h
View File

@ -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);