vulkan/wsi/x11: Consistently update and return swapchain status
[mesa.git] / src / vulkan / wsi / wsi_common_x11.h
index 7166f099fdb4cec7b86c50ef7ae0fed9d749f745..b33540856cb5e6c60e41c8a21eef0dc1718602fa 100644 (file)
@@ -29,6 +29,8 @@ VkBool32 wsi_get_physical_device_xcb_presentation_support(
     struct wsi_device *wsi_device,
     VkAllocationCallbacks *alloc,
     uint32_t                                    queueFamilyIndex,
+    int local_fd,
+    bool can_handle_different_gpu,
     xcb_connection_t*                           connection,
     xcb_visualid_t                              visual_id);