aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-25 22:53:33 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-25 22:53:33 +0100
commit2cd7252202c10ef8918ce8885cdf26dd5fcf00f5 (patch)
treed81a0fae4c7f4c6d5869da480293a6b897714f46 /libstorycode/slide_priv.h
parent916b00a9ec80e5647ddd13bc32c7cbe64d8b42ee (diff)
Render slide titles and presentation titles
Diffstat (limited to 'libstorycode/slide_priv.h')
-rw-r--r--libstorycode/slide_priv.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h
index fb535ba..0d39d8a 100644
--- a/libstorycode/slide_priv.h
+++ b/libstorycode/slide_priv.h
@@ -43,7 +43,7 @@ struct slide_item
{
enum slide_item_type type;
- /* For TEXT */
+ /* For TEXT, SLIDETITLE, PRESTITLE */
char **paragraphs;
int n_paras;
enum alignment align;
@@ -54,9 +54,6 @@ struct slide_item
/* For IMAGE */
char *filename;
- /* For SLIDETITLE */
- char *text;
-
/* For TEXT and IMAGE */
struct frame_geom geom;
};