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/gestures-tapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gestures-tapping.c') diff --git a/src/gestures-tapping.c b/src/gestures-tapping.c index 1a02731..0f9b215 100644 --- a/src/gestures-tapping.c +++ b/src/gestures-tapping.c @@ -87,7 +87,7 @@ int gru_tapping(struct grail *ge, prop[0] = move->time - state->start; gin_gid_event(ge, state->gid, move->fm[FM_X].val, move->fm[FM_Y].val, state->ntouch, - prop, 1, GRAIL_STATUS_END); + prop, 1, 1); state->status = TAP_BEGIN; state->ntouch = 0; state->active = 0; -- cgit v1.2.3