From baaaed3dc16b38e9704da7c6bc0edce7f2df068b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 17 Jan 2003 06:52:34 +0000 Subject: add a drag threshold --- src/actions.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/actions.hh') 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); -- cgit v1.2.3