On Thu Jul 14 15:39:50 2022 +0000, Giovanni Mascellani wrote:
changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/419/diffs?diff_id=5055&start_sha=3f96369515e4d1247bcee16bcd837736fa01b8ed#65bc214e6d025c53e466128853d07366b287855b_3508_3513)
After some additional experimenting, I noticed that `SetWindowPos()` calls are dropped only when they change `WS_EX_TOPMOST` (i.e., when called with `HWND_TOPMOST` or `HWND_NOTOPMOST`). Since that's the case I am interested into, I gated this check under that condition. I also moved the gate to `set_window_pos()`, as you suggest.