vulkan/wsi/x11: add support to detect if we can support rendering (v3)
[mesa.git] / src / vulkan / wsi / wsi_common_x11.h
index 7166f099fdb4cec7b86c50ef7ae0fed9d749f745..01f1d66eeaa031b075332e9463304f3be8c6bc12 100644 (file)
@@ -29,6 +29,7 @@ VkBool32 wsi_get_physical_device_xcb_presentation_support(
     struct wsi_device *wsi_device,
     VkAllocationCallbacks *alloc,
     uint32_t                                    queueFamilyIndex,
+    int local_fd,
     xcb_connection_t*                           connection,
     xcb_visualid_t                              visual_id);