From f3f0c6b1d1bb67a6c57ae172fc7b325541702114 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 14 May 2018 00:21:08 +0200 Subject: [PATCH] One buildfix --- gfx/drivers_context/macos_ctx.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)