From f92c18c344c04a2501e01ae402441a92883da382 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 24 Feb 2011 23:38:01 +0100 Subject: Introduce gesture timeouts The timeout of a gesture is integral to the gesture type. This patch introduces timeout per gesture type, potentially enabling more control over gesture timing aspects. The timeout logic replaces the recently added recognition state. Signed-off-by: Henrik Rydberg --- src/grail-impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/grail-impl.h') diff --git a/src/grail-impl.h b/src/grail-impl.h index 595f0fb..2c63b90 100644 --- a/src/grail-impl.h +++ b/src/grail-impl.h @@ -42,6 +42,8 @@ struct grail_impl { struct evbuf evbuf; struct grailbuf gbuf; int filter_abs; + int ongoing; + int gesture; }; #endif -- cgit v1.2.3