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