summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxopen.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/ftxopen.h')
-rw-r--r--pango/opentype/ftxopen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/ftxopen.h b/pango/opentype/ftxopen.h
index 3d4f0fb9..64d2820d 100644
--- a/pango/opentype/ftxopen.h
+++ b/pango/opentype/ftxopen.h
@@ -152,7 +152,7 @@ extern "C" {
{
FT_UShort LookupCount; /* number of Lookups */
TTO_Lookup* Lookup; /* array of Lookup records */
- FT_UShort* Properties; /* array of flags */
+ FT_UInt* Properties; /* array of flags */
};
typedef struct TTO_LookupList_ TTO_LookupList;