From 76f51a7675801acfe8e58c6a21192668d23d3320 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 19 Aug 2010 22:15:55 +0200 Subject: Add contact information to the property list Add the five first contacts to the property list, and unify the handling of all gesture types in this regard. To avoid duplication, move the scaling of properties closer to the gesture recognizer. Move all gesture event handling code to grail-event.c, simplifying the structure somewhat. Signed-off-by: Henrik Rydberg --- src/grail-gestures.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/grail-gestures.h') diff --git a/src/grail-gestures.h b/src/grail-gestures.h index edd641b..e716757 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h @@ -68,8 +68,6 @@ void gru_event(struct grail *ge, int gid, void gru_end(struct grail *ge, int gid, const struct move_model *move, const grail_prop_t *prop, int nprop); -void gru_compute_bbox(struct grail_coord *min, struct grail_coord *max, - const struct touch_frame *frame); struct combo_model { int active, gid; -- cgit v1.2.3