diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-11 17:30:43 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-11 17:59:29 +0100 |
| commit | 9b020a9c6ff875c5f6511b50480f07beabb9a694 (patch) | |
| tree | c36896613eb0161805e72c8c3f909415f5271858 /src/grail-gestures.h | |
| parent | 6f3c666291dfd1442146883eeaee02570351604d (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.h | 2 |
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, | |||
| 68 | void gru_end(struct grail *ge, int gid, | 68 | void 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); |
| 71 | void gru_compute_bbox(struct grail_coord *min, struct grail_coord *max, | ||
| 72 | const struct touch_frame *frame); | ||
| 71 | 73 | ||
| 72 | struct combo_model { | 74 | struct combo_model { |
| 73 | int active, gid; | 75 | int active, gid; |
