diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:40:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:40:04 +0000 |
commit | 201d53a9e4a9ae7ecdf1e09479a16ed1029b34df (patch) | |
tree | 34def6beea352353b9ec01806b18ecb2a28f1ff7 /lib/mesa/src/vulkan/wsi/wsi_common_x11.h | |
parent | e4c140c4d4d00c16d99b15ee6677cbd2e3364031 (diff) |
Import Mesa 13.0.2
Diffstat (limited to 'lib/mesa/src/vulkan/wsi/wsi_common_x11.h')
-rw-r--r-- | lib/mesa/src/vulkan/wsi/wsi_common_x11.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mesa/src/vulkan/wsi/wsi_common_x11.h b/lib/mesa/src/vulkan/wsi/wsi_common_x11.h index b33540856..7166f099f 100644 --- a/lib/mesa/src/vulkan/wsi/wsi_common_x11.h +++ b/lib/mesa/src/vulkan/wsi/wsi_common_x11.h @@ -29,8 +29,6 @@ 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); |