From 609e367b3ee2b587f698b65393aa22357f453add Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Fri, 25 Feb 2011 02:12:32 +0100 Subject: Fix tap event leakage As an earlier stabilizing measure, very short taps were not registered as such but discarded, potentially letting the touch information through as non-gesture events. This should rather be handled in utouch-frame, and thus the code his dropped here. [rydberg@euromail.se: folded in unused code removal] Signed-off-by: Chase Douglas Signed-off-by: Henrik Rydberg --- src/grail-gestures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grail-gestures.h') diff --git a/src/grail-gestures.h b/src/grail-gestures.h index 69dd7e4..a6d51d5 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h @@ -97,7 +97,7 @@ int gru_winrotate(struct grail *ge, const struct utouch_frame *frame); struct tapping_model { - grail_time_t start, end; + grail_time_t start; int mintouch, maxtouch; int active, gid, tap; int nprop; -- cgit v1.2.3