aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
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 /**************************************************/