summaryrefslogtreecommitdiff
path: root/src/grail-gestures.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@bitmath.org>2010-08-04 22:25:32 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-05 22:48:38 +0200
commitd7d89e2afae9151f4d16aa71a99eedbf920ecc1a (patch)
tree39e64ea84e9884918b385d62bebc3773da58e53a /src/grail-gestures.h
parent88dada465e0fad35b5a535a042e0a93046ffff7c (diff)
tapping: Cancel early in case of one-finger movement
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>
Diffstat (limited to 'src/grail-gestures.h')
-rw-r--r--src/grail-gestures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grail-gestures.h b/src/grail-gestures.h
index 9da2693..57204ad 100644
--- a/src/grail-gestures.h
+++ b/src/grail-gestures.h
@@ -66,6 +66,7 @@ int gru_combo(struct grail *ge,
66 66
67struct tapping_model { 67struct tapping_model {
68 grail_time_t start; 68 grail_time_t start;
69 float x, y;
69 int status, ntouch; 70 int status, ntouch;
70 int active, gid; 71 int active, gid;
71}; 72};