aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/stylesheet.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-01 00:23:04 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-01 00:23:04 +0100
commit4104a6ff28d3a3be7069663c5677a5ee5076984a (patch)
treed7cfa39dc7d643140e03bffdaaade852e4f6af08 /libstorycode/stylesheet.h
parentfcdd59665b27c3a7a558c5593178c5efe6286831 (diff)
Narrative rendering machinery
Diffstat (limited to 'libstorycode/stylesheet.h')
-rw-r--r--libstorycode/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/stylesheet.h b/libstorycode/stylesheet.h
index 5bd1695..e905295 100644
--- a/libstorycode/stylesheet.h
+++ b/libstorycode/stylesheet.h
@@ -95,7 +95,7 @@ extern int stylesheet_set_background(Stylesheet *s, enum style_element el, enum
double bgcol[4], double bgcol2[4]);
extern const char *stylesheet_get_font(Stylesheet *s, enum style_element el,
- double fgcol[4], enum alignment *alignment);
+ double *fgcol, 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,