aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 0026236..8bfcd59 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -132,6 +132,9 @@ struct _sceditor
double import_width;
double import_height;
int import_acceptable;
+
+ /* Stuff that doesn't really belong here */
+ int slidenum;
};
struct _sceditorclass
@@ -149,5 +152,6 @@ 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);
extern void sc_editor_set_background(SCEditor *e, double r, double g, double b);
+extern void sc_editor_set_slidenum(SCEditor *e, int slidenum);
#endif /* SC_EDITOR_H */