--
v2: win32u: Use the current display mode as monitor rect.
win32u: Keep track of the display source physical display mode.
win32u: Add virtual modes when drivers report a single display mode.
win32u: Remove unnecessary GetCurrentDisplaySettings call.
win32u: Cache display source current display settings.
win32u: Remove now unnecessary GetDisplayDepth driver entry.
win32u: Keep the source depth separately from the current mode.
win32u: Always write the source current mode to the registry.
win32u: Make sure to load drivers when updating the display cache.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6573
--
v4: winewayland: Use subsurfaces for unmanaged windows.
winewayland: Introduce a new update_wayland_surface_state_toplevel helper.
winewayland: Introduce a new wayland_surface_reconfigure_xdg helper.
winewayland: Introduce a new wayland_surface role enumeration.
winewayland: Call wayland_surface_clear_role in wayland_surface_destroy.
winewayland: Move surface title change to wayland_surface_make_toplevel.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6560