Alexandre Julliard pushed to branch master at wine / wine
Commits: 884bf5fc by Zhiyi Zhang at 2025-02-27T10:50:26+01:00 winex11.drv: Allow MWM_FUNC_MAXIMIZE when WS_MAXIMIZE is present.
Mutter refuses to maximize a window when MWM_FUNC_MAXIMIZE is not present. However, ShowWindow(SW_MAXIMIZE) on Windows can maximize the window, even without WS_MAXIMIZEBOX. This is similar to 688fe706.
Fix Tidy Cauldron (2708320), a Unity game, unable to maximize in some cases.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/884bf5fc31b08a3cf0d762d12fc9834...