13 Jan
2023
13 Jan
'23
1:49 p.m.
FFXIV depends on this. It calls SetFullscreenState when it receives WM_WINDOWPOSCHANGED. Through luck the recursion aborts after two calls. The user-visible bug is that after leaving fullscreen, the game's window is still TOPMOST because we overwrite the stored pre-fullscreen window flags. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1964