From 9211c4e0a64a947dd0ca14b5d95ca8a832a05b5c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 18 Mar 2019 22:57:30 +0100 Subject: Cursor position stuff --- libstorycode/slide_priv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libstorycode/slide_priv.h') diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h index 41dd4cd..878982a 100644 --- a/libstorycode/slide_priv.h +++ b/libstorycode/slide_priv.h @@ -72,4 +72,8 @@ extern void slide_item_get_geom(struct slide_item *item, Stylesheet *ss, double *x, double *y, double *w, double *h, double slide_w, double slide_h); +extern void slide_item_get_padding(struct slide_item *item, Stylesheet *ss, + double *l, double *r, double *t, double *b, + double slide_w, double slide_h); + #endif /* SLIDE_PRIV_H */ -- cgit v1.2.3