summaryrefslogtreecommitdiff
path: root/src/grail-impl.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-02-24 23:38:01 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-03-14 12:55:19 +0100
commitf92c18c344c04a2501e01ae402441a92883da382 (patch)
treefec506ca8784002083babe767505930be2a8d25a /src/grail-impl.h
parent609e367b3ee2b587f698b65393aa22357f453add (diff)
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 <rydberg@euromail.se>
Diffstat (limited to 'src/grail-impl.h')
-rw-r--r--src/grail-impl.h2
1 files changed, 2 insertions, 0 deletions
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 {
42 struct evbuf evbuf; 42 struct evbuf evbuf;
43 struct grailbuf gbuf; 43 struct grailbuf gbuf;
44 int filter_abs; 44 int filter_abs;
45 int ongoing;
46 int gesture;
45}; 47};
46 48
47#endif 49#endif