aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-18 22:57:30 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-18 22:57:30 +0100
commit9211c4e0a64a947dd0ca14b5d95ca8a832a05b5c (patch)
tree9c37ef91eed7070a855920e7a09e24dc442e5935 /libstorycode/slide_priv.h
parentf9cb0a886bdec22be548f4d8ea66547b2a6785cf (diff)
Cursor position stuff
Diffstat (limited to 'libstorycode/slide_priv.h')
-rw-r--r--libstorycode/slide_priv.h4
1 files changed, 4 insertions, 0 deletions
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 */