From 1681e90809ae248299bc5be5a9af12e871544a7d Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 7 Aug 2010 16:47:25 +0200 Subject: treat one-finger moves in move model and simplify tapping logic --- src/grail-gestures.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/grail-gestures.h') diff --git a/src/grail-gestures.h b/src/grail-gestures.h index 0447100..6ba6cf7 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h @@ -36,7 +36,7 @@ struct filter_model { struct move_model { struct filter_model x, y, r, a; - int multi, ntouch; + int single, multi, ntouch; float dx, dy, dr, da; grail_time_t time; }; @@ -63,7 +63,6 @@ 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