summaryrefslogtreecommitdiff
path: root/src/grail-legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grail-legacy.c')
-rw-r--r--src/grail-legacy.c2
1 files changed, 1 insertions, 1 deletions
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,
42 struct grail_contact *touch, int max_touch) 42 struct grail_contact *touch, int max_touch)
43{ 43{
44 const struct gesture_inserter *gin = ge->gin; 44 const struct gesture_inserter *gin = ge->gin;
45 const struct utouch_frame *frame = ge->impl->frame; 45 const struct utouch_frame *frame = ge->impl->touch;
46 int i; 46 int i;
47 if (frame->num_active < max_touch) 47 if (frame->num_active < max_touch)
48 max_touch = frame->num_active; 48 max_touch = frame->num_active;