diff options
Diffstat (limited to 'libstorycode/narrative_priv.h')
-rw-r--r-- | libstorycode/narrative_priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstorycode/narrative_priv.h b/libstorycode/narrative_priv.h index 9d6e294..ec3ffb5 100644 --- a/libstorycode/narrative_priv.h +++ b/libstorycode/narrative_priv.h @@ -64,6 +64,9 @@ struct narrative_item enum alignment align; #ifdef HAVE_PANGO PangoLayout *layout; + char *layout_text; + int *chars_removed; + int n_chars_removed; #else void *layout; #endif |