diff options
Diffstat (limited to 'src/vulkan/wsi/wsi_common_x11.h')
-rw-r--r-- | src/vulkan/wsi/wsi_common_x11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/wsi/wsi_common_x11.h b/src/vulkan/wsi/wsi_common_x11.h index 01f1d66eeaa..b33540856cb 100644 --- a/src/vulkan/wsi/wsi_common_x11.h +++ b/src/vulkan/wsi/wsi_common_x11.h @@ -30,6 +30,7 @@ VkBool32 wsi_get_physical_device_xcb_presentation_support( VkAllocationCallbacks *alloc, uint32_t queueFamilyIndex, int local_fd, + bool can_handle_different_gpu, xcb_connection_t* connection, xcb_visualid_t visual_id); |