summaryrefslogtreecommitdiff
path: root/src/grail-gestures.c
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-07 20:47:56 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-07 20:47:56 +0200
commit301cb7f95a4ca67b42410e65c71ddeefc379cb63 (patch)
tree5f32a3180b15eba0a5620ac4b67d8cff6b090acf /src/grail-gestures.c
parentf6e65676026fa9f3f2664100b68ba2c6da376a24 (diff)
Send proper begin/update/end status for gestures
For transient gestures like taps, use update only. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/grail-gestures.c')
-rw-r--r--src/grail-gestures.c3
1 files changed, 1 insertions, 2 deletions
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,
189 const grail_prop_t *prop, int nprop) 189 const grail_prop_t *prop, int nprop)
190{ 190{
191 gin_gid_event(ge, gid, m->fm[FM_X].val, m->fm[FM_Y].val, m->ntouch, 191 gin_gid_event(ge, gid, m->fm[FM_X].val, m->fm[FM_Y].val, m->ntouch,
192 prop, nprop, 192 prop, nprop, 0);
193 GRAIL_STATUS_UPDATE);
194} 193}
195 194
196void gru_end(struct grail *ge, int gid, const struct move_model *m) 195void gru_end(struct grail *ge, int gid, const struct move_model *m)