https://bugs.winehq.org/show_bug.cgi?id=57616
--- Comment #3 from Richard Thier u9vata@gmail.com --- Other candidate (still building latest master btw):
commit 895ca2eda64f506b936999cdd8f14e224eef6a7f Author: RĂ©mi Bernon rbernon@codeweavers.com Date: Fri Nov 29 20:54:59 2024 +0100
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
This sounds a possible candidate for windows disappearing on DWM maybe? But will see if latest master branch fixes the issue... So far I only know that Tag "9.20-1" works as before and works properly...