-
d0ae5dd3
by Rémi Bernon at 2026-06-30T12:07:43+02:00
winewayland: Make window lock mutex recursive.
Every other driver does it, it will make life easier.
-
25854143
by Rémi Bernon at 2026-06-30T12:07:44+02:00
winewayland: Use update_client_surfaces to detach client surfaces.
Temporarily, when we're changing roles. The client surfaces should be
attached back again by win32u calling update_client_surfaces after
WindowPosChanged.
-
c67f07d8
by Rémi Bernon at 2026-06-30T12:07:47+02:00
winewayland: Remove unnecessary client surface attach / detach.
The client surfaces should have been attached to their new toplevel
window already. If not, it should probably be fixed in win32u.
-
8908477c
by Rémi Bernon at 2026-06-30T12:07:49+02:00
winewayland: Move ensure_window_surface_contents into wayland_surface.c.