summaryrefslogtreecommitdiff
path: root/src/grail-gestures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grail-gestures.h')
-rw-r--r--src/grail-gestures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grail-gestures.h b/src/grail-gestures.h
index e716757..edd641b 100644
--- a/src/grail-gestures.h
+++ b/src/grail-gestures.h
@@ -68,6 +68,8 @@ void gru_event(struct grail *ge, int gid,
68void gru_end(struct grail *ge, int gid, 68void gru_end(struct grail *ge, int gid,
69 const struct move_model *move, 69 const struct move_model *move,
70 const grail_prop_t *prop, int nprop); 70 const grail_prop_t *prop, int nprop);
71void gru_compute_bbox(struct grail_coord *min, struct grail_coord *max,
72 const struct touch_frame *frame);
71 73
72struct combo_model { 74struct combo_model {
73 int active, gid; 75 int active, gid;