diff options
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index 5554ad3..d7fd812 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -398,6 +398,8 @@ public: | |||
398 | WinClient &winClient() { return *m_client; } | 398 | WinClient &winClient() { return *m_client; } |
399 | const WinClient &winClient() const { return *m_client; } | 399 | const WinClient &winClient() const { return *m_client; } |
400 | 400 | ||
401 | WinClient* winClientOfLabelButtonWindow(Window w); | ||
402 | |||
401 | bool isTyping() const; | 403 | bool isTyping() const; |
402 | 404 | ||
403 | const FbTk::XLayerItem &layerItem() const { return m_frame.layerItem(); } | 405 | const FbTk::XLayerItem &layerItem() const { return m_frame.layerItem(); } |