aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-04 17:25:15 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-04 22:05:17 +0100
commit373d5183849c2855345ea45c964479086d67a7d2 (patch)
tree35263e5c00ed152fb8175fee89d0f6e598fb6cfb /libstorycode/narrative_priv.h
parent9c4fa38c4b301645439a6718ef42aa597a97de9b (diff)
Correct aspect ratio for slides in narrative
Diffstat (limited to 'libstorycode/narrative_priv.h')
-rw-r--r--libstorycode/narrative_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/narrative_priv.h b/libstorycode/narrative_priv.h
index 9076def..5c0af27 100644
--- a/libstorycode/narrative_priv.h
+++ b/libstorycode/narrative_priv.h
@@ -60,6 +60,8 @@ struct narrative_item
/* For SLIDE */
Slide *slide;
+ double slide_w;
+ double slide_h;
};