vulkan/wsi: Return an error if dup() fails
[mesa.git] / src / vulkan / wsi / wsi_common_x11.h
index 7166f099fdb4cec7b86c50ef7ae0fed9d749f745..e4b1e94a8c8c9d4bbed6f628627b76877e928c73 100644 (file)
@@ -27,7 +27,6 @@
 
 VkBool32 wsi_get_physical_device_xcb_presentation_support(
     struct wsi_device *wsi_device,
-    VkAllocationCallbacks *alloc,
     uint32_t                                    queueFamilyIndex,
     xcb_connection_t*                           connection,
     xcb_visualid_t                              visual_id);