summaryrefslogtreecommitdiff
path: root/src/actions.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-05 13:52:10 +0000
committerDana Jansens <danakj@orodu.net>2002-12-05 13:52:10 +0000
commit699de0368cded603bc40e66b0d65a1001e8ec494 (patch)
tree81f4e8803e02ccfc8497954b9455fcca0c4bcb87 /src/actions.hh
parent52cb7bd11ed83a57c4c1affcdac8a1f7d68ae551 (diff)
store the delta x/y for a motion sequence
Diffstat (limited to 'src/actions.hh')
-rw-r--r--src/actions.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions.hh b/src/actions.hh
index e57593f7..9f65f7ed 100644
--- a/src/actions.hh
+++ b/src/actions.hh
@@ -49,6 +49,8 @@ private:
Used for motion events as the starting position.
*/
ButtonPressAction *_posqueue[BUTTONS];
+ //! The delta x/y of the last motion sequence
+ int _dx, _dy;
//! Insert a button/position in the _posqueue
void insertPress(const XButtonEvent &e);