aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index c91e875..7dc268f 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1104,6 +1104,10 @@ void FluxboxWindow::updateMWMHintsFromClient(WinClient &client) {
1104 } 1104 }
1105 } 1105 }
1106 1106
1107 unsigned int mask = decorationMask();
1108 mask &= FbWinFrame::getDecoMaskFromString(screen().defaultDeco());
1109 setDecorationMask(mask, false);
1110
1107 // functions.tabable is ours, not special one 1111 // functions.tabable is ours, not special one
1108 // note that it means this window is "tabbable" 1112 // note that it means this window is "tabbable"
1109 if (hint->flags & MwmHintsFunctions) { 1113 if (hint->flags & MwmHintsFunctions) {