On Thu Apr 23 09:21:56 2026 +0000, Rémi Bernon wrote:
As we're about to restore the window on the Win32 side to match the host side the idea was to make sure that we will do so while keeping the config the window manager has decided the window to be in. Otherwise it'll make the Win32 side disagree, and either end up with both out of sync or cause another round-trip of window reconfiguration right after restore, which I believe was racing with extra window re-configuration from the WM that could be pending after restoration (see https://bugs.winehq.org/show_bug.cgi?id=58804). Ah sorry, spoke too soon and I see this is for cases where we would delay the Win32 side configuration otherwise... let me think about it. Maybe we should delay the state changes too in similar cases.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10725#note_137427