aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-10-20 21:38:01 +0200
committerThomas White <taw@bitwiz.org.uk>2014-10-20 21:38:01 +0200
commit3c49a20ead8e15d5bf48a39a66b72c5b2ccef966 (patch)
tree23144585f8924f41e6798756b12d0a24e4417d95 /src/sc_editor.h
parent9c94f68c4982b09d94f689c6bbf7e28a2074577b (diff)
Size and rendering stuff
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 664d6e8..694ad5b 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -35,7 +35,7 @@ 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 SCEditor *sc_editor_new(SCBlock *scblocks);
extern void sc_editor_set_size(SCEditor *e, int w, int h);
#endif /* SC_EDITOR_H */