intel/compiler: fix typo in a comment
[mesa.git] / src / amd / vulkan / radv_wsi_x11.c
index f3ebc791e2dc8a8fe8d83e5851cb9b6667a84310..acad74d3cf2a4d48d3ce94a59bb7e12429d7c68e 100644 (file)
@@ -45,7 +45,6 @@ VkBool32 radv_GetPhysicalDeviceXcbPresentationSupportKHR(
    return wsi_get_physical_device_xcb_presentation_support(
       &device->wsi_device,
       queueFamilyIndex,
-      true,
       connection, visual_id);
 }
 
@@ -60,7 +59,6 @@ VkBool32 radv_GetPhysicalDeviceXlibPresentationSupportKHR(
    return wsi_get_physical_device_xcb_presentation_support(
       &device->wsi_device,
       queueFamilyIndex,
-      true,
       XGetXCBConnection(dpy), visualID);
 }