diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-08-16 17:47:00 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-08-16 17:47:00 +0000 |
commit | 06a6c6ab09299923a86cf486ee3d75304cb6f0e1 (patch) | |
tree | b41db8f2d4e12ecb5be9c0bfd2d7c1e3ce13a467 /pango/pango-ot.h | |
parent | f978372136fc20679761bc86eff186edbca8ee42 (diff) | |
download | pango-06a6c6ab09299923a86cf486ee3d75304cb6f0e1.tar.gz |
Sync with change to OTL_GlyphItemRec.
Mon Aug 16 13:42:38 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-ot.h (struct _PangoOTGlyph): Sync with
change to OTL_GlyphItemRec.
(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129982,
Jatin Nansi)
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r-- | pango/pango-ot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h index 12091c13..79af9ff9 100644 --- a/pango/pango-ot.h +++ b/pango/pango-ot.h @@ -51,6 +51,7 @@ struct _PangoOTGlyph guint cluster; gushort component; gushort ligID; + gushort property_cache; /* Internal */ }; PangoOTInfo *pango_ot_info_get (FT_Face face); |