diff options
Diffstat (limited to 'pango/pango-layout-private.h')
-rw-r--r-- | pango/pango-layout-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pango-layout-private.h b/pango/pango-layout-private.h index dc4f3d4c..d0bf93eb 100644 --- a/pango/pango-layout-private.h +++ b/pango/pango-layout-private.h @@ -46,6 +46,9 @@ struct _PangoLayout /* Value fields. These will be memcpy'd in _copy() */ int copy_begin; + guint serial; + guint context_serial; + int length; /* length of text in bytes */ int n_chars; /* number of characters in layout */ int width; /* wrap/ellipsize width, in device units, or -1 if not set */ |