aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-10-10 22:34:10 +0200
committerThomas White <taw@bitwiz.me.uk>2019-10-10 22:34:10 +0200
commit0a605ec565f3ccdbaa4c72b20a1b3586cc53ceb8 (patch)
tree9c9cd5747a7c2b7b52ee58de8d8f344b058639cf /libstorycode/slide_priv.h
parent915085f769b23a1178c55cb045a28952095e8c19 (diff)
Restore slide text insertion
Diffstat (limited to 'libstorycode/slide_priv.h')
-rw-r--r--libstorycode/slide_priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h
index 64e6d75..d415d33 100644
--- a/libstorycode/slide_priv.h
+++ b/libstorycode/slide_priv.h
@@ -76,4 +76,7 @@ struct _slide
SlideItem *items;
};
+extern int slide_which_run(struct slide_text_paragraph *para, size_t item_offs,
+ size_t *run_offs);
+
#endif /* SLIDE_PRIV_H */