aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-26 19:57:41 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-26 19:57:41 +0100
commit36a4bd7229a562d414513073d1123080b9615cd9 (patch)
treec473b435ca1165b69519f02ad9a5b8eafe693ef7 /libstorycode/slide.h
parentfd60b77df51cb24c33440ab7d9afe8043f9e43db (diff)
Use slide size from stylesheet when appropriate
Diffstat (limited to 'libstorycode/slide.h')
-rw-r--r--libstorycode/slide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/slide.h b/libstorycode/slide.h
index a91e578..e9e5875 100644
--- a/libstorycode/slide.h
+++ b/libstorycode/slide.h
@@ -43,7 +43,7 @@ extern int slide_add_slidetitle(Slide *s, char **text, int n_text);
extern int slide_add_prestitle(Slide *s, char **text, int n_text);
extern int slide_set_logical_size(Slide *s, double w, double h);
-extern int slide_get_logical_size(Slide *s, double *w, double *h);
+extern int slide_get_logical_size(Slide *s, Stylesheet *ss, double *w, double *h);
/* For debugging, not really part of API */
extern void describe_slide(Slide *s);