aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-11 16:56:56 +0100
committerThomas White <taw@physics.org>2018-03-11 16:57:17 +0100
commit6158d0d7411a6718fab01873109067b227bfa1b8 (patch)
tree63a534c6f18c1d191bc8e77c755ea64eca6feb50 /src/sc_editor.h
parent01c0a135250841ed2a5f748432dae8f0052c6874 (diff)
Avoid creating extra ImageStores
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index ea5b8f8..cef61d2 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -193,6 +193,7 @@ 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_imagestore(SCEditor *e, ImageStore *is);
extern void sc_editor_set_para_highlight(SCEditor *e, int para_highlight);
extern int sc_editor_get_cursor_para(SCEditor *e);
extern void *sc_editor_get_cursor_bvp(SCEditor *e);