From 387858893a1a858e8205aae28a3609006c0c717d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Sep 2019 17:12:29 +0200 Subject: Parse emphasis blocks in Bison --- libstorycode/slide_priv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libstorycode/slide_priv.h') diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h index 8479463..64e6d75 100644 --- a/libstorycode/slide_priv.h +++ b/libstorycode/slide_priv.h @@ -41,7 +41,8 @@ enum slide_item_type struct slide_text_paragraph { - char *text; + struct text_run *runs; + int n_runs; #ifdef HAVE_PANGO PangoLayout *layout; #else -- cgit v1.2.3