all repos — fluxbox @ cfd055064a6b02f05aa6b77d7d26a9b33ad8a1eb

custom fork of the fluxbox windowmanager

mwm hints can't control the close button
Mark Tiefenbruck mark@fluxbox.org
commit

cfd055064a6b02f05aa6b77d7d26a9b33ad8a1eb

parent

5a3f25cda17d5381873431a5404944b63176c966

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -1107,11 +1107,11 @@ if (!m_toggled_decos && hint->flags & MwmHintsDecorations) {

if (hint->decorations & MwmDecorAll) { decorations.titlebar = decorations.handle = decorations.border = decorations.iconify = decorations.maximize = - decorations.close = decorations.menu = true; + decorations.menu = true; } else { decorations.titlebar = decorations.handle = decorations.border = decorations.iconify = decorations.maximize = - decorations.close = decorations.tab = false; + decorations.tab = false; decorations.menu = true; if (hint->decorations & MwmDecorBorder) decorations.border = true;