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