aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-21 23:47:51 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-21 23:47:51 +0100
commit85570d136f664b3c75151e06e686723be95f00c0 (patch)
tree9a6010a0b03c4d6d0b0e9c8c23deafe3649dea17 /src/sc_editor.h
parent2413cd7f20bbf24375f04d740daeb8743a501a1a (diff)
WIP on patching up SlideShow
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 1d653d3..2617b1f 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -147,5 +147,6 @@ extern GtkWidget *sc_editor_get_widget(SCEditor *e);
extern SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock *stylesheet);
extern void sc_editor_set_size(SCEditor *e, int w, int h);
extern void sc_editor_set_logical_size(SCEditor *e, double w, double h);
+extern void sc_editor_redraw(SCEditor *e);
#endif /* SC_EDITOR_H */