[Git][wine/wine][master] 4 commits: winewayland: Make window lock mutex recursive.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 6 changed files: - dlls/win32u/window.c - dlls/winewayland.drv/wayland.c - dlls/winewayland.drv/wayland_surface.c - dlls/winewayland.drv/waylanddrv.h - dlls/winewayland.drv/window.c - include/wine/gdi_driver.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/135ae829199108e7168662c740fc07... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/135ae829199108e7168662c740fc07... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)