June 25, 2026
8:27 a.m.
On Thu Jun 25 06:50:07 2026 +0000, Etaash Mathamsetty wrote:
to avoid any feedback loop from NtUserSetRawWindowPos I think we should check for if a config is being processed. `if (surface->processing.serial && !surface->processing.processed) return;` I've changed this to conditionally check against the processing config if we're reconfiguring the window.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11248#note_144199