Alexandre Julliard pushed to branch master at wine / wine
Commits: e9359daf by Rémi Bernon at 2024-12-26T12:58:39+01:00 winex11: Improve GetWindowStateUpdates traces.
- - - - - 872f5c59 by Rémi Bernon at 2024-12-26T12:58:39+01:00 win32u: Check window state updates again after applying new state.
The state change might have applied the new config already, or might have triggered some new requests which would override the new config.
It's also necessary to call again to compute the visible rect from the window rect after taking the new state into account. Minimized windows have a different window / visible rect offset than normal windows for instance.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57577
- - - - -
2 changed files:
- dlls/win32u/message.c - dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/231d2cd87b82604fad89d5cee4fcb6...