Alexandre Julliard pushed to branch master at wine / wine
Commits: 895ca2ed by Rémi Bernon at 2024-12-02T20:01:44+01:00 winex11: Don't update Win32 window position for offscreen windows.
The window manager might decide to move window outside of what we believe is the virtual screen, for instance to implement virtual desktops, or for embedded windows.
We don't need to tell Win32 about it, as it will otherwise end up triggering the offscreen window logic in WindowPosChanged. We want to keep that offscreen window logic for windows which are moved offscreen by applications to hide them.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57472 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57474
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/895ca2eda64f506b936999cdd8f14e2...