From 2f5931e404cb56e31d24b2eb7ff0a849fb077b55 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 19 Aug 2009 16:07:40 -0400 Subject: [PATCH] [HB] Hide lig_id and component members of hb_glyph_info_t --- src/hb-buffer.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/hb-buffer.h b/src/hb-buffer.h index 93671d05..b030ba9a 100644 --- a/src/hb-buffer.h +++ b/src/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 { -- GitLab