From 373d5183849c2855345ea45c964479086d67a7d2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 4 Mar 2019 17:25:15 +0100 Subject: Correct aspect ratio for slides in narrative --- libstorycode/narrative_priv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libstorycode/narrative_priv.h') 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; }; -- cgit v1.2.3