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, 3 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc
index cbbf7a4..a3999e3 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -3122,8 +3122,10 @@ void FluxboxWindow::applyDecorations(bool initial) {
3122 if (decorations.titlebar) { 3122 if (decorations.titlebar) {
3123 bool change = frame().showTitlebar(); 3123 bool change = frame().showTitlebar();
3124 client_move |= change; 3124 client_move |= change;
3125 if (change && screen().getDefaultInternalTabs()) { 3125 if (screen().getDefaultInternalTabs()) {
3126 client_move |= frame().setTabMode(FbWinFrame::INTERNAL); 3126 client_move |= frame().setTabMode(FbWinFrame::INTERNAL);
3127 } else {
3128 client_move |= frame().setTabMode(FbWinFrame::EXTERNAL);
3127 } 3129 }
3128 } else { 3130 } else {
3129 client_move |= frame().hideTitlebar(); 3131 client_move |= frame().hideTitlebar();