aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-04 21:30:10 +0100
committerThomas White <taw@physics.org>2018-01-04 21:30:10 +0100
commit785c8853383711e6e0bcbdbbcc806907cab391dc (patch)
tree645a59d3fe4d6b1835be5395cd2b779a01b23f7e /src/sc_interp.h
parent64d9b0f710e044b148e5ef564dcef5a4d1a07cf1 (diff)
Get slide size from stylesheet
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index 2ae7ee4..a666970 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -87,4 +87,6 @@ struct template_id
extern struct template_id *sc_interp_get_templates(SCInterpreter *scin,
int *np);
+extern int sc_interp_get_slide_size(SCInterpreter *scin, double *w, double *h);
+
#endif /* SC_INTERP_H */