From e2f4e2ade178d8c651cd03eee1599bc9a8dcf635 Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Fri, 31 Jan 2025 17:24:10 +1300 Subject: [PATCH] msvc fixes --- clay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clay.h b/clay.h index 94f4ad0..a9c2fa0 100644 --- a/clay.h +++ b/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);