all repos — fluxbox @ feac120f4a433d4fee947ff9cc23e170d6af95c0

custom fork of the fluxbox windowmanager

don't let MWM hints override defaultDeco
Mark Tiefenbruck mark@fluxbox.org
commit

feac120f4a433d4fee947ff9cc23e170d6af95c0

parent

9170de1831bd1be633a77f871a7581e238958925

1 files changed, 4 insertions(+), 0 deletions(-)

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

@@ -1104,6 +1104,10 @@ decorations.maximize = true;

} } + unsigned int mask = decorationMask(); + mask &= FbWinFrame::getDecoMaskFromString(screen().defaultDeco()); + setDecorationMask(mask, false); + // functions.tabable is ours, not special one // note that it means this window is "tabbable" if (hint->flags & MwmHintsFunctions) {