diff options
Diffstat (limited to 'src/CurrentWindowCmd.hh')
-rw-r--r-- | src/CurrentWindowCmd.hh | 8 |
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 | ||
163 | class StartTabbingCmd: public WindowHelperCmd { | ||
164 | public: | ||
165 | StartTabbingCmd() { } | ||
166 | protected: | ||
167 | void real_execute(); | ||
168 | }; | ||
169 | |||
162 | // move cmd, relative position | 170 | // move cmd, relative position |
163 | class MoveCmd: public WindowHelperCmd { | 171 | class MoveCmd: public WindowHelperCmd { |
164 | public: | 172 | public: |