aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-09-30 23:18:31 +0200
committerThomas White <taw@bitwiz.org.uk>2014-09-30 23:18:31 +0200
commite621e284f7fe1208ad1e9556eb3c8e2598aabf55 (patch)
tree881b70d192e630c68868f2f874b24ffc4f53999d /src/sc_editor.h
parent2931d57e2bb25d44e6b70e18935fe1530b8dd4a5 (diff)
WIP
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 d1c1338..664d6e8 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -36,5 +36,6 @@ typedef struct _sceditor SCEditor;
extern void sc_editor_set_slide(SCEditor *e, struct slide *s);
extern GtkWidget *sc_editor_get_widget(SCEditor *e);
extern SCEditor *sc_editor_new(struct presentation *p);
+extern void sc_editor_set_size(SCEditor *e, int w, int h);
#endif /* SC_EDITOR_H */