Alexandre Julliard pushed to branch master at wine / wine
Commits: 89dc090e by Rémi Bernon at 2025-10-23T23:26:32+02:00 winex11: Move state change checks to window_update_client_state.
- - - - - 09e1eecd by Rémi Bernon at 2025-10-23T23:26:32+02:00 winex11: Remove now unnecessary SC_MOVE command handling.
And simply return the SWP flags from GetWindowStateUpdates.
- - - - - be60f779 by Rémi Bernon at 2025-10-23T23:26:32+02:00 win32u: Update the window config before its state, as internal config.
When restoring a window, so that the window gets restored to the size it currently has from the host point of view. Either the host already has restored it to its original size, or it will shortly, but we should avoid requesting config changes concurrently if possible.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58804
- - - - -
4 changed files:
- dlls/win32u/driver.c - dlls/win32u/message.c - dlls/winex11.drv/window.c - dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/71f1ec5570a6917fe994753d7af04a...