aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-05-08 17:57:03 +0200
committerThomas White <taw@bitwiz.org.uk>2016-05-08 17:57:03 +0200
commit374120d3ccedb064c30b09ddd48131bc1b0a5df8 (patch)
tree19a5ab7dbcd7af75dbf8dd23111c67b37318b736 /src/sc_editor.h
parent35662a3a1587331e45a81a7452f66b8e13f2b50a (diff)
Highlight paragraph only in narrative window and only during slideshow
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index cf0b6d6..a2a9b38 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -97,6 +97,7 @@ struct _sceditor
ImageStore *is;
SCCallbackList *cbl;
struct frame *top;
+ int para_highlight;
/* Redraw/scroll stuff */
GtkScrollablePolicy hpol;
@@ -181,4 +182,6 @@ extern void sc_editor_delete_selected_frame(SCEditor *e);
extern void sc_editor_remove_cursor(SCEditor *e);
extern SCBlock *split_paragraph_at_cursor(SCEditor *e);
+extern void sc_editor_set_para_highlight(SCEditor *e, int para_highlight);
+
#endif /* SC_EDITOR_H */