diff --git a/gfx/drivers_context/macos_ctx.m b/gfx/drivers_context/macos_ctx.m index c4d6e7d3ad..a940f9ca34 100644 --- a/gfx/drivers_context/macos_ctx.m +++ b/gfx/drivers_context/macos_ctx.m @@ -85,10 +85,10 @@ typedef struct cocoa_ctx_data bool core_hw_context_enable; #ifdef HAVE_VULKAN gfx_ctx_vulkan_data_t vk; - unsigned width; - unsigned height; unsigned swap_interval; #endif + unsigned width; + unsigned height; } cocoa_ctx_data_t; #if defined(HAVE_COCOATOUCH)