mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
According to the EWMH specs, windows can indicate that they are non-resizable by setting minheight = maxheight and minwidth = maxwidth in the ICCCM WM_NORMAL_HINTS property. That should be for example the case for WPrefs app which is not resizable. Window Maker currently is overwriting that flag in src/window.c for apps that are exposing GNUstepHints instead. This patch is making sure the apps created with WINGs is removing the WMResizableWindowMask to hide the resizebar.
17 KiB
17 KiB