diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-08-20 17:01:25 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-08-20 17:01:25 (GMT) |
commit | bc2b21547b290f599ca83297e3131c6c0c87759f (patch) | |
tree | d1ae4947f3c2818aef33d2cd0ef5d639b558dd72 /src/Window.hh | |
parent | b4e65724efbfbefdf4f5a12be19225b2d8a8dda6 (diff) | |
download | fluxbox_pavel-bc2b21547b290f599ca83297e3131c6c0c87759f.zip fluxbox_pavel-bc2b21547b290f599ca83297e3131c6c0c87759f.tar.bz2 |
implemented 'ActivateTab' action to (re)allow activation of tabs via mouse
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(); } |