diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-05-25 04:04:24 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-05-25 04:25:15 -0400 |
commit | 7b3f038ada310ac1f113d898a637df188177f8bb (patch) | |
tree | 75bbbf4fcdcc4a442babd5411679ca7997ed8566 /pango/pango-ot.h | |
parent | 76d05e87fb34a3f6cc5d914e91f755e964c690dc (diff) | |
download | pango-7b3f038ada310ac1f113d898a637df188177f8bb.tar.gz |
[HB] More buffer cleanup
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r-- | pango/pango-ot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h index f9d787a8..8b9d0a24 100644 --- a/pango/pango-ot.h +++ b/pango/pango-ot.h @@ -61,7 +61,7 @@ typedef enum #define PANGO_OT_TAG_DEFAULT_SCRIPT PANGO_OT_TAG_MAKE ('D', 'F', 'L', 'T') #define PANGO_OT_TAG_DEFAULT_LANGUAGE PANGO_OT_TAG_MAKE ('d', 'f', 'l', 't') -/* Note that this must match HB_GlyphItem */ +/* Note that this must match hb_glyph_info_t */ struct _PangoOTGlyph { guint glyph; |