From 72fed0d871d47e7e01b7f72ef22f599fc403316e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 19 Feb 2016 12:24:20 +0100 Subject: [PATCH] Add VULKAN_WSI_MIR (for when we ever get around to adding Mir support) --- gfx/common/vulkan_common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/common/vulkan_common.h b/gfx/common/vulkan_common.h index a0eeb374e3..33cb75ee5e 100644 --- a/gfx/common/vulkan_common.h +++ b/gfx/common/vulkan_common.h @@ -44,6 +44,7 @@ enum vulkan_wsi_type { VULKAN_WSI_NONE = 0, VULKAN_WSI_WAYLAND, + VULKAN_WSI_MIR, VULKAN_WSI_ANDROID, VULKAN_WSI_WIN32, VULKAN_WSI_XCB,