gdksurface-win32.c: Call _gdk_surface_update_size() more (fix resizing on Vulkan on certain drivers)
Hi,
From the commit message:
Some Vulkan implementations require earlier notification that the surface is being resized, such as nVidia, so also nudge on this after we call SetWindowPos() to resize the surface when we handle resizes that are queued.
The existing call in gdksurface-win32.c in _gdk_win32_surface_compute_size() remains required, otherwise the surface won't display initially.
Thanks to Benjamin Otte for pointing this possibility out.
Fixes issue #6565 (closed).