aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/slide.h')
-rw-r--r--libstorycode/slide.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/slide.h b/libstorycode/slide.h
index 6242d08..ab014d5 100644
--- a/libstorycode/slide.h
+++ b/libstorycode/slide.h
@@ -54,6 +54,8 @@ extern void slide_item_get_padding(SlideItem *item, Stylesheet *ss,
double *l, double *r, double *t, double *b,
double slide_w, double slide_h);
+extern void slide_item_split_text_paragraph(SlideItem *item, int para, size_t off);
+
/* For debugging, not really part of API */
extern void describe_slide(Slide *s);