summaryrefslogtreecommitdiff
path: root/src/Window.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/Window.hh
parentc7b698757faeffcfe1a2487edbbb79074f93e545 (diff)
downloadfluxbox_lack-0a14d911c64a8f6378665bf3e49b868b9175b51f.zip
fluxbox_lack-0a14d911c64a8f6378665bf3e49b868b9175b51f.tar.bz2
added key command StartTabbing
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 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