aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/narrative_priv.h')
-rw-r--r--libstorycode/narrative_priv.h3
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