aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-12-11 10:16:23 +0100
committerThomas White <taw@bitwiz.org.uk>2014-12-11 10:16:23 +0100
commitfdac2c8fc30153b103212e92c78885edc1134fb7 (patch)
treea9a9dff708c939686c1a2c4bc83df13dfa6043c6 /src/sc_editor.h
parent7e210f51ff3eac1392247d523904b885081e5a59 (diff)
WIP on Narrative stylesheet
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index eb6b90d..b8f4fa9 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -92,7 +92,7 @@ struct _sceditor
double log_h;
SCBlock *scblocks;
cairo_surface_t *surface;
- SCBlock *stylesheet;
+ SCBlock **stylesheets;
ImageStore *is;
/* Pointers to the frame currently being edited */
@@ -150,7 +150,7 @@ typedef struct _sceditorclass SCEditorClass;
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 SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets);
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);