aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wrap.h b/src/wrap.h
index 29253b3..fac697f 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -76,9 +76,10 @@ struct wrap_box
/* For type == WRAP_BOX_PANGO */
PangoGlyphString *glyphs;
- PangoItem *item;
PangoFont *font;
double col[4]; /* rgba colour */
+ size_t len_bytes;
+ PangoAnalysis analysis;
int len_chars;
/* For type == WRAP_BOX_IMAGE */