diff options
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 821e86a..66c6f2b 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -393,6 +393,8 @@ public: | |||
393 | ResizeDirection getResizeDirection(int x, int y, ResizeModel model); | 393 | ResizeDirection getResizeDirection(int x, int y, ResizeModel model); |
394 | /// stops the resizing | 394 | /// stops the resizing |
395 | void stopResizing(bool interrupted = false); | 395 | void stopResizing(bool interrupted = false); |
396 | /// starts tabbing | ||
397 | void startTabbing(const XButtonEvent &be); | ||
396 | 398 | ||
397 | /** | 399 | /** |
398 | @name accessors | 400 | @name accessors |