aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-20 15:42:00 (GMT)
committerPavel Labath <pavelo@centrum.sk>2013-02-18 21:04:23 (GMT)
commit09a76586dec0059dea3ef9183e417e232a0012a2 (patch)
tree2d3491053153aadafb4f842b88d995f1a483602d /src/Window.cc
parent95979a5e611569e50ffb60417a82703125559b4f (diff)
downloadfluxbox_pavel-09a76586dec0059dea3ef9183e417e232a0012a2.zip
fluxbox_pavel-09a76586dec0059dea3ef9183e417e232a0012a2.tar.bz2
Attach modifiedSig handlers to the session.screenX.tab.placement resource
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. */