diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-08-19 16:07:40 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-08-19 16:07:40 -0400 |
commit | 2bd2cd6ed88671df1d7db1ede9a8c02208cb8f48 (patch) | |
tree | 535f30cd5c26d02cb893e31da126926d44d315eb /pango | |
parent | 34810eedcd0fe0c5347a69e511a16b27ef0499d6 (diff) | |
download | pango-2bd2cd6ed88671df1d7db1ede9a8c02208cb8f48.tar.gz |
[HB] Hide lig_id and component members of hb_glyph_info_t
Diffstat (limited to 'pango')
-rw-r--r-- | pango/opentype/hb-buffer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pango/opentype/hb-buffer.h b/pango/opentype/hb-buffer.h index 93671d05..b030ba9a 100644 --- a/pango/opentype/hb-buffer.h +++ b/pango/opentype/hb-buffer.h @@ -45,9 +45,8 @@ typedef struct _hb_glyph_info_t { hb_codepoint_t codepoint; hb_mask_t mask; uint32_t cluster; - uint16_t component; - uint16_t lig_id; - uint32_t internal; + uint32_t internal1; + uint32_t internal2; } hb_glyph_info_t; typedef struct _hb_glyph_position_t { |