aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/slide_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/slide_priv.h')
-rw-r--r--libstorycode/slide_priv.h3
1 files changed, 2 insertions, 1 deletions
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