aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorHenrik Kinnunen <fluxgen@fluxbox.org>2010-03-26 17:15:45 (GMT)
committerHenrik Kinnunen <fluxgen@fluxbox.org>2010-03-26 17:15:45 (GMT)
commitdd8fcc8b7b4c2bccf90edf9b0acfa52e21f5d1ce (patch)
tree9847618adbc8b6c156e8c3ad41bb2d55d74c1916 /src/Window.hh
parent9ad388c5bf160c8a6c90d76065286540274685fd (diff)
downloadfluxbox-dd8fcc8b7b4c2bccf90edf9b0acfa52e21f5d1ce.zip
fluxbox-dd8fcc8b7b4c2bccf90edf9b0acfa52e21f5d1ce.tar.bz2
Changed title signal in Focusable to new signal system
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 9cefd55..a097ac6 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -474,6 +474,9 @@ public:
474 bool oplock; ///< Used to help stop transient loops occurring by locking a window during certain operations 474 bool oplock; ///< Used to help stop transient loops occurring by locking a window during certain operations
475 475
476private: 476private:
477 /// signal callback for title changes by clients
478 void setTitle(const std::string &title, Focusable &client);
479
477 void setupWindow(); 480 void setupWindow();
478 void updateButtons(); 481 void updateButtons();
479 482