Alexandre Julliard pushed to branch master at wine / wine
Commits: 062c3f65 by Rémi Bernon at 2025-05-27T16:05:15+02:00 winex11: Don't set _MOTIF_WM_HINTS / _NET_WM_STATE for embedded windows.
- - - - - 1c574b67 by Rémi Bernon at 2025-05-27T16:05:15+02:00 winex11: Avoid requesting impossible state changes over and over.
Storing impossible desired rect always trigger the delayed config preserve check in window_configure_notify with embedded windows.
- - - - - dbbaba69 by Rémi Bernon at 2025-05-27T16:05:17+02:00 winex11: Don't delay config requests for embedded windows.
Embedders aren't ICCCM compliant window managers and they sometimes don't even reply to config requests. Delaying is also now unnecessary as we don't request the problematic properties with embedded windows and as we keep requesting the desired configs if necessary.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6b65ae4e9bab070694e932d6c21207...