Alexandre Julliard pushed to branch master at wine / wine
Commits: 557512fc by Dmitry Timoshkov at 2025-03-18T22:26:22+01:00 winex11.drv: Don't add MWM_DECOR_BORDER to windows without a caption.
Also don't use MWM_DECOR_RESIZEH, window resizing is controlled by MWM_FUNC_RESIZE.
This patch fixes double caption observed under some WMs (Metacity, its successor Mate, and XFCE), they always treat such windows as requesting the caption decoration.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42117 Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/557512fce29dc9e95fe5f5ff1fee179...