aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.hh
diff options
context:
space:
mode:
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: