summaryrefslogtreecommitdiff
path: root/src/grail-inserter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grail-inserter.c')
-rw-r--r--src/grail-inserter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grail-inserter.c b/src/grail-inserter.c
index ab81ece..8a10b2e 100644
--- a/src/grail-inserter.c
+++ b/src/grail-inserter.c
@@ -288,9 +288,9 @@ void gin_gid_end(struct grail *ge, int gid,
288 s->status = GRAIL_STATUS_END; 288 s->status = GRAIL_STATUS_END;
289} 289}
290 290
291void grail_set_bbox(struct grail *ge, 291void GRAIL_PUBLIC grail_set_bbox(struct grail *ge,
292 const struct grail_coord *tmin, 292 const struct grail_coord *tmin,
293 const struct grail_coord *tmax) 293 const struct grail_coord *tmax)
294{ 294{
295 struct utouch_surface *s = utouch_frame_get_surface(ge->impl->fh); 295 struct utouch_surface *s = utouch_frame_get_surface(ge->impl->fh);
296 296