Alexandre Julliard pushed to branch master at wine / wine
Commits: 69e3a51b by Rémi Bernon at 2025-06-24T20:14:25+02:00 winex11: Avoid requesting CWStackMode alone with managed windows.
Some window manager won't send a ConfigureNotify event if the stack mode isn't actually changed, and we cannot predict whether it will.
We would be waiting forever for an event and delay other requests when we can just request the above state the next time the window needs to be reconfigured.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/69e3a51b3dc50dd1697c64f7b2bcde5...