summaryrefslogtreecommitdiff
path: root/src/actions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions.hh')
-rw-r--r--src/actions.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/actions.hh b/src/actions.hh
index 603450e4..1c0c064e 100644
--- a/src/actions.hh
+++ b/src/actions.hh
@@ -55,6 +55,9 @@ private:
Used for motion events as the starting position.
*/
ButtonPressAction *_posqueue[BUTTONS];
+ //! This is set to true once a drag has started and false when done to make
+ //! sure the threshold isnt checked anymore once a drag is underway
+ bool _dragging;
void insertPress(const XButtonEvent &e);