From 301cb7f95a4ca67b42410e65c71ddeefc379cb63 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 7 Aug 2010 20:47:56 +0200 Subject: Send proper begin/update/end status for gestures For transient gestures like taps, use update only. Signed-off-by: Henrik Rydberg --- src/grail-gestures.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/grail-gestures.c') diff --git a/src/grail-gestures.c b/src/grail-gestures.c index 67ceacf..3daeaec 100644 --- a/src/grail-gestures.c +++ b/src/grail-gestures.c @@ -189,8 +189,7 @@ void gru_event(struct grail *ge, int gid, const grail_prop_t *prop, int nprop) { gin_gid_event(ge, gid, m->fm[FM_X].val, m->fm[FM_Y].val, m->ntouch, - prop, nprop, - GRAIL_STATUS_UPDATE); + prop, nprop, 0); } void gru_end(struct grail *ge, int gid, const struct move_model *m) -- cgit v1.2.3