From d87cde46e25c058ffc76d3871ca4e2ceb3e57991 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 29 Mar 2011 10:26:05 +0200 Subject: Prepare for gesture frame additions Rename internal variables and fix makefile to make room for new targets. Signed-off-by: Henrik Rydberg --- src/grail-legacy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/grail-legacy.c') diff --git a/src/grail-legacy.c b/src/grail-legacy.c index 779595b..7e5c969 100644 --- a/src/grail-legacy.c +++ b/src/grail-legacy.c @@ -42,7 +42,7 @@ int GRAIL_PUBLIC grail_get_contacts(const struct grail *ge, struct grail_contact *touch, int max_touch) { const struct gesture_inserter *gin = ge->gin; - const struct utouch_frame *frame = ge->impl->frame; + const struct utouch_frame *frame = ge->impl->touch; int i; if (frame->num_active < max_touch) max_touch = frame->num_active; -- cgit v1.2.3