aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-12-08 23:41:10 +0100
committerThomas White <taw@bitwiz.org.uk>2014-12-08 23:41:10 +0100
commit61d8ee107cb9a2af29184290389244b92b0d638d (patch)
treed92f717b78e033fc44f4f846659b1ca4f05e7b33 /src/sc_editor.h
parent5ae5202020cb11e7760c881c88c24252f231f232 (diff)
Add minimum border size
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 509ce0e..ef05b56 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 min_border;
double bgcol[3];
GdkPixbuf *bg_pixbuf;
@@ -154,5 +155,6 @@ 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);
+extern void sc_editor_set_min_border(SCEditor *e, double min_border);
#endif /* SC_EDITOR_H */