From d7d89e2afae9151f4d16aa71a99eedbf920ecc1a Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 4 Aug 2010 22:25:32 +0200 Subject: tapping: Cancel early in case of one-finger movement Signed-off-by: Henrik Rydberg --- src/grail-gestures.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/grail-gestures.h') 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, struct tapping_model { grail_time_t start; + float x, y; int status, ntouch; int active, gid; }; -- cgit v1.2.3