aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-03-18 23:52:13 +0100
committerThomas White <taw@bitwiz.org.uk>2013-03-19 08:17:08 +0100
commit561261eff94ab93131c23859fb850e6dc36f87ab (patch)
tree157f74976ac04b5e8ac89508b233b98fdc51d14f /src/wrap.h
parentef2b60cfeeeb8a03a4122d0a244b01c26e33968b (diff)
Cursor position stuff
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 */