[HB] Hide lig_id and component members of hb_glyph_info_t
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 19 Aug 2009 20:07:40 +0000 (16:07 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:46 +0000 (14:40 -0500)
src/hb-buffer.h

index 93671d0..b030ba9 100644 (file)
@@ -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 {