commit | 2f5931e404cb56e31d24b2eb7ff0a849fb077b55 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Aug 19 16:07:40 2009 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Nov 02 14:40:46 2009 -0500 |
tree | d6f0bbea4d9d663d4c4c2b734c474602a0f092b1 | |
parent | 6b600dd6199104cff01b3fa43d2abb52ae4319ea [diff] [blame] |
[HB] Hide lig_id and component members of hb_glyph_info_t
diff --git a/src/hb-buffer.h b/src/hb-buffer.h index 93671d0..b030ba9 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h
@@ -45,9 +45,8 @@ 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 {