aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 6c2cc66..5d64667 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -445,6 +445,8 @@ void FluxboxWindow::init() {
445 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations)); 445 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations));
446 join(screen().getTabPlacementResource().modifiedSig(), 446 join(screen().getTabPlacementResource().modifiedSig(),
447 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations)); 447 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations));
448 join(screen().getTabWidthResource().modifiedSig(),
449 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations));
448 450
449 /**************************************************/ 451 /**************************************************/
450 /* Read state above here, apply state below here. */ 452 /* Read state above here, apply state below here. */