aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrap.h b/src/wrap.h
index 2dd81ce..2bdc8dc 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -57,6 +57,7 @@ enum wrap_box_space
struct wrap_box
{
enum wrap_box_type type;
+ size_t sc_offset; /* How far into the SC for this frame */
/* Pango units */
int width;
@@ -68,6 +69,7 @@ struct wrap_box
/* For type == WRAP_BOX_PANGO */
PangoGlyphString *glyphs;
+ PangoItem *item;
PangoFont *font;
char *text;
double col[4]; /* rgba colour */