summaryrefslogtreecommitdiff
path: root/src/hb-buffer.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-01 22:25:04 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-11-02 14:40:25 -0500
commit6d5bb18e93d2a53350b342869a3ec8f25f0396c2 (patch)
treecc522ddb4f282b69cab4b0263f3b543eec9ec858 /src/hb-buffer.h
parent11fbb5487d9900a019440ef8235f35c9f525decb (diff)
[OT] Match struct with HB's
Diffstat (limited to 'src/hb-buffer.h')
-rw-r--r--src/hb-buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-buffer.h b/src/hb-buffer.h
index 26879bf1..4a37cdb8 100644
--- a/src/hb-buffer.h
+++ b/src/hb-buffer.h
@@ -49,7 +49,7 @@ typedef struct _hb_glyph_info_t {
unsigned int cluster;
unsigned short component;
unsigned short ligID;
- unsigned short gproperty;
+ unsigned int internal;
} hb_glyph_info_t;
typedef struct _hb_glyph_position_t {