diff options
Diffstat (limited to 'libstorycode/narrative_priv.h')
-rw-r--r-- | libstorycode/narrative_priv.h | 2 |
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; }; |