aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-21 07:07:46 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-21 07:07:46 (GMT)
commit0a14d911c64a8f6378665bf3e49b868b9175b51f (patch)
tree43190276675fd6c4a29c451c50d6f511be8a94cf /src/CurrentWindowCmd.hh
parentc7b698757faeffcfe1a2487edbbb79074f93e545 (diff)
downloadfluxbox-0a14d911c64a8f6378665bf3e49b868b9175b51f.zip
fluxbox-0a14d911c64a8f6378665bf3e49b868b9175b51f.tar.bz2
added key command StartTabbing
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r--src/CurrentWindowCmd.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CurrentWindowCmd.hh b/src/CurrentWindowCmd.hh
index 7ef1184..fdce8d6 100644
--- a/src/CurrentWindowCmd.hh
+++ b/src/CurrentWindowCmd.hh
@@ -159,6 +159,14 @@ private:
159 const FluxboxWindow::ResizeModel m_mode; 159 const FluxboxWindow::ResizeModel m_mode;
160}; 160};
161 161
162// begin tabbing with mouse
163class StartTabbingCmd: public WindowHelperCmd {
164public:
165 StartTabbingCmd() { }
166protected:
167 void real_execute();
168};
169
162// move cmd, relative position 170// move cmd, relative position
163class MoveCmd: public WindowHelperCmd { 171class MoveCmd: public WindowHelperCmd {
164public: 172public: