aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-20 12:18:59 (GMT)
committerPavel Labath <pavelo@centrum.sk>2013-02-18 21:04:23 (GMT)
commit95979a5e611569e50ffb60417a82703125559b4f (patch)
tree404e01bf0665920ccdb543fc07867235af012eb5 /src/Window.cc
parentf41794f2f55ed0835316e4f9d0a3e20d881d3cbd (diff)
downloadfluxbox_pavel-95979a5e611569e50ffb60417a82703125559b4f.zip
fluxbox_pavel-95979a5e611569e50ffb60417a82703125559b4f.tar.bz2
Attach modifiedSig handlers to the session.screenX.tabs.intitlebar resource
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index a8756b7..fae5272 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -441,6 +441,9 @@ void FluxboxWindow::init() {
441 m_timer.setCommand(raise_cmd); 441 m_timer.setCommand(raise_cmd);
442 m_timer.fireOnce(true); 442 m_timer.fireOnce(true);
443 443
444 join(screen().getDefaultInternalTabsResource().modifiedSig(),
445 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations));
446
444 /**************************************************/ 447 /**************************************************/
445 /* Read state above here, apply state below here. */ 448 /* Read state above here, apply state below here. */
446 /**************************************************/ 449 /**************************************************/