From 6158d0d7411a6718fab01873109067b227bfa1b8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 11 Mar 2018 16:56:56 +0100 Subject: Avoid creating extra ImageStores --- src/sc_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sc_editor.h') 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); -- cgit v1.2.3