aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-08-20 17:01:25 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-08-20 17:01:25 (GMT)
commitbc2b21547b290f599ca83297e3131c6c0c87759f (patch)
treed1ae4947f3c2818aef33d2cd0ef5d639b558dd72 /src/Window.hh
parentb4e65724efbfbefdf4f5a12be19225b2d8a8dda6 (diff)
downloadfluxbox-bc2b21547b290f599ca83297e3131c6c0c87759f.zip
fluxbox-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.hh2
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(); }