summaryrefslogtreecommitdiff
path: root/src/grail-gestures.c
diff options
context:
space:
mode:
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)