aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-21 19:34:07 (GMT)
committerPavel Labath <pavelo@centrum.sk>2013-02-18 21:04:23 (GMT)
commitfb0235c51656bf834ec1bc91b0e012321e676d71 (patch)
tree487a60dc90e6ea3641b4cb89555a77d0686e5e04 /src/Window.cc
parent09a76586dec0059dea3ef9183e417e232a0012a2 (diff)
downloadfluxbox_pavel-fb0235c51656bf834ec1bc91b0e012321e676d71.zip
fluxbox_pavel-fb0235c51656bf834ec1bc91b0e012321e676d71.tar.bz2
Attach modifiedSig handlers to the session.screenX.tab.width 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 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. */