aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-10-24 22:29:44 +0200
committerThomas White <taw@bitwiz.org.uk>2014-10-24 22:29:44 +0200
commit3e9e7a6e07d3de29eb38fce21ea71761be090b2b (patch)
tree0540ba52b785288b9d14528930b31737d8040e59 /src/sc_editor.h
parent60ce618ae2365e9215686785b75f3071ce7ab12c (diff)
Set SCBlocks, not slides
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 5a59348..6a65bd5 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -33,7 +33,7 @@
struct presentation;
typedef struct _sceditor SCEditor;
-extern void sc_editor_set_slide(SCEditor *e, struct slide *s);
+extern void sc_editor_set_scblock(SCEditor *e, SCBlock *scblocks);
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);