aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-23 22:44:02 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-23 22:44:02 +0100
commitf5fd7623a14dd51a59657cbab4d5953b1b2e48ff (patch)
tree6581009219c46a2aefc44bcfa0fe284fe6ecb08b /libstorycode/slide.h
parent91eeae07bd6a4d4db2ec81c4237819c73d79b0de (diff)
Implement slide text deletion
Diffstat (limited to 'libstorycode/slide.h')
-rw-r--r--libstorycode/slide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/slide.h b/libstorycode/slide.h
index ab014d5..9d114fb 100644
--- a/libstorycode/slide.h
+++ b/libstorycode/slide.h
@@ -55,6 +55,7 @@ extern void slide_item_get_padding(SlideItem *item, Stylesheet *ss,
double slide_w, double slide_h);
extern void slide_item_split_text_paragraph(SlideItem *item, int para, size_t off);
+extern void slide_item_delete_text(SlideItem *item, int p1, size_t o1, int p2, size_t o2);
/* For debugging, not really part of API */
extern void describe_slide(Slide *s);