summaryrefslogtreecommitdiff
path: root/src/grail-gestures.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-08-11 17:30:43 +0100
committerHenrik Rydberg <rydberg@euromail.se>2010-08-11 17:59:29 +0100
commit9b020a9c6ff875c5f6511b50480f07beabb9a694 (patch)
treec36896613eb0161805e72c8c3f909415f5271858 /src/grail-gestures.h
parent6f3c666291dfd1442146883eeaee02570351604d (diff)
split out bounding box computation
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
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;