From e9c36334f53bb6aea931d0ec00e8967ef822c92c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 7 May 2019 18:23:59 +0200 Subject: Beautify cursor and selection highlight for slides --- libstorycode/narrative.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libstorycode/narrative.h') diff --git a/libstorycode/narrative.h b/libstorycode/narrative.h index 22918e1..7f9b491 100644 --- a/libstorycode/narrative.h +++ b/libstorycode/narrative.h @@ -49,6 +49,8 @@ extern int narrative_save(Narrative *n, GFile *file); extern void narrative_set_unsaved(Narrative *n); extern int narrative_get_unsaved(Narrative *n); +extern int narrative_item_is_text(Narrative *n, int item); + extern void narrative_add_prestitle(Narrative *n, char *text); extern void narrative_add_bp(Narrative *n, char *text); extern void narrative_add_text(Narrative *n, char *text); -- cgit v1.2.3