aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-25 23:10:10 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-25 23:10:10 +0100
commitfd60b77df51cb24c33440ab7d9afe8043f9e43db (patch)
tree1085e56ec2686a3435c06fe01645aaa5b6d7ddb4 /libstorycode/stylesheet.h
parent2cd7252202c10ef8918ce8885cdf26dd5fcf00f5 (diff)
Use padding
Diffstat (limited to 'libstorycode/stylesheet.h')
-rw-r--r--libstorycode/stylesheet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/stylesheet.h b/libstorycode/stylesheet.h
index c5e385e..f050303 100644
--- a/libstorycode/stylesheet.h
+++ b/libstorycode/stylesheet.h
@@ -97,6 +97,8 @@ extern const char *stylesheet_get_font(Stylesheet *s, enum style_element el,
double fgcol[4], enum alignment *alignment);
extern int stylesheet_get_background(Stylesheet *s, enum style_element el,
enum gradient *grad, double *bgcol, double *bgcol2);
+extern int stylesheet_get_padding(Stylesheet *s, enum style_element el,
+ struct length padding[4]);
#endif /* STYLESHEET_H */