diff options
author | Eric Engestrom <[email protected]> | 2018-10-25 11:15:38 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-10-26 18:33:11 +0100 |
commit | 738f0f789bfcd6703327492dbc4297ca076e7862 (patch) | |
tree | eec6bd08086b0fae0abbacfa79a25a4af88cdd3c /src/intel/vulkan/anv_wsi_x11.c | |
parent | f4126cfaabc2deba9ddbbccc21eac7f43b760bef (diff) |
vulkan: drop always-true param
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_wsi_x11.c')
-rw-r--r-- | src/intel/vulkan/anv_wsi_x11.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_wsi_x11.c b/src/intel/vulkan/anv_wsi_x11.c index 7a27ceab64f..9a50b17f999 100644 --- a/src/intel/vulkan/anv_wsi_x11.c +++ b/src/intel/vulkan/anv_wsi_x11.c @@ -41,7 +41,6 @@ VkBool32 anv_GetPhysicalDeviceXcbPresentationSupportKHR( return wsi_get_physical_device_xcb_presentation_support( &device->wsi_device, queueFamilyIndex, - true, connection, visual_id); } @@ -56,7 +55,6 @@ VkBool32 anv_GetPhysicalDeviceXlibPresentationSupportKHR( return wsi_get_physical_device_xcb_presentation_support( &device->wsi_device, queueFamilyIndex, - true, XGetXCBConnection(dpy), visualID); } |