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>2011-11-01 09:57:23 (GMT)
commit87fa1eaf5724a90a1a623302884c55cb6a3f474d (patch)
tree8e4669a0fc8d9f53b9503d5493dcd10404e2b865 /src/Window.cc
parent99af325d43a73c08d484f122498ac1ef5ea50101 (diff)
downloadfluxbox_paul-87fa1eaf5724a90a1a623302884c55cb6a3f474d.zip
fluxbox_paul-87fa1eaf5724a90a1a623302884c55cb6a3f474d.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 d381e17..d82a0b1 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -429,6 +429,9 @@ void FluxboxWindow::init() {
429 m_timer.setCommand(raise_cmd); 429 m_timer.setCommand(raise_cmd);
430 m_timer.fireOnce(true); 430 m_timer.fireOnce(true);
431 431
432 join(screen().getDefaultInternalTabsResource().modifiedSig(),
433 FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations));
434
432 /**************************************************/ 435 /**************************************************/
433 /* Read state above here, apply state below here. */ 436 /* Read state above here, apply state below here. */
434 /**************************************************/ 437 /**************************************************/