summaryrefslogtreecommitdiff
path: root/src/grail-event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grail-event.c')
-rw-r--r--src/grail-event.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grail-event.c b/src/grail-event.c
index 504ed10..bb75a06 100644
--- a/src/grail-event.c
+++ b/src/grail-event.c
@@ -118,8 +118,8 @@ void gin_send_event(struct grail *ge, struct slot_state *s,
118 } 118 }
119} 119}
120 120
121int grail_get_contacts(const struct grail *ge, 121int GRAIL_PUBLIC grail_get_contacts(const struct grail *ge,
122 struct grail_contact *touch, int max_touch) 122 struct grail_contact *touch, int max_touch)
123{ 123{
124 const struct gesture_inserter *gin = ge->gin; 124 const struct gesture_inserter *gin = ge->gin;
125 const struct utouch_frame *frame = ge->impl->frame; 125 const struct utouch_frame *frame = ge->impl->frame;