aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-22 22:03:22 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-22 22:03:22 +0100
commit3ff425d840876c0db965b23826998161ee87c1fd (patch)
tree982ff6ad78cee6dbbac278df4b67f8642d1b11f5 /libstorycode/slide.h
parentcce16c01a4ef4280b260b72e9bbf9cb4a400d122 (diff)
Rendering stuff
Diffstat (limited to 'libstorycode/slide.h')
-rw-r--r--libstorycode/slide.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstorycode/slide.h b/libstorycode/slide.h
index f42562b..a7574e1 100644
--- a/libstorycode/slide.h
+++ b/libstorycode/slide.h
@@ -61,6 +61,9 @@ extern int slide_add_image(Slide *s, char *filename, struct frame_geom geom);
extern int slide_add_text(Slide *s, char **text, int n_text, struct frame_geom geom);
extern int slide_add_footer(Slide *s);
extern int slide_add_slidetitle(Slide *s, char *slidetitle);
+extern int slide_set_logical_size(Slide *s, double w, double h);
+
+extern int slide_get_logical_size(Slide *s, double *w, double *h);
/* For debugging, not really part of API */
extern void describe_slide(Slide *s);