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>