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 fae5272..6c2cc66 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -443,6 +443,8 @@ void FluxboxWindow::init() {
443 443
444 join(screen().getDefaultInternalTabsResource().modifiedSig(), 444 join(screen().getDefaultInternalTabsResource().modifiedSig(),
445 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations)); 445 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations));
446 join(screen().getTabPlacementResource().modifiedSig(),
447 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations));
446 448
447 /**************************************************/ 449 /**************************************************/
448 /* Read state above here, apply state below here. */ 450 /* Read state above here, apply state below here. */