aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-27 22:15:30 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-27 22:15:30 +0100
commit25fd04356ab94d4f614bce58d1c291e4c4f1f168 (patch)
tree6873e0bfa59a9ccb0929ad380211d0c863021fb5 /src/sc_editor.h
parentce4063914caf0d28b807ecefa0a6be137b178d49 (diff)
Restore "b splits"
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index d10cbbd..0026236 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -109,6 +109,7 @@ struct _sceditor
/* Border surrounding actual slide within drawingarea */
double border_offs_x;
double border_offs_y;
+ double bgcol[3];
/* Rubber band boxes and related stuff */
double start_corner_x;
@@ -147,5 +148,6 @@ extern SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock *stylesheet);
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);
#endif /* SC_EDITOR_H */