Skip to content

vulkan/wsi: Make wsi_win32_surface_get_capabilities() return the current extent

Boris Brezillon requested to merge bbrezillon/mesa:wsi-win32-cur-extent-fix into main

We can get that information with GetClientRect(), and some applications complain when the window size doesn't match the currentExtent values.

Merge request reports