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-07-20 12:18:59 (GMT)
commitebfe4f98246c1fe3592e87ca4936da90bd9cb3a5 (patch)
tree2a816eb2d73aa161660f8569ff930e5c7fd7e84e /src/Window.cc
parente00e6856575ab0cd193e198ae406bdf2149429e4 (diff)
downloadfluxbox_pavel-ebfe4f98246c1fe3592e87ca4936da90bd9cb3a5.zip
fluxbox_pavel-ebfe4f98246c1fe3592e87ca4936da90bd9cb3a5.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 339ec06..c97b0a3 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 /**************************************************/