vulkan/wsi: Return an error if dup() fails
[mesa.git] / src / vulkan / wsi / wsi_common_x11.h
index 01f1d66eeaa031b075332e9463304f3be8c6bc12..e4b1e94a8c8c9d4bbed6f628627b76877e928c73 100644 (file)
@@ -27,9 +27,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);