summaryrefslogtreecommitdiff
path: root/pango/pango-ot-info.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-08 16:53:23 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-08 16:53:23 -0400
commit3616d0b02412d86aa8d2370e67002c2ef5b31da3 (patch)
tree8f4f745e86b67846f9edfe3a5dd466bb2bb9da54 /pango/pango-ot-info.c
parent005058069f1638e207859c2898129fd1375458d7 (diff)
downloadpango-3616d0b02412d86aa8d2370e67002c2ef5b31da3.tar.gz
[HB] Rename hb_ot_layout_feature_mask_t to hb_mask_t
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r--pango/pango-ot-info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index 667aa8cf..b6a211b0 100644
--- a/pango/pango-ot-info.c
+++ b/pango/pango-ot-info.c
@@ -507,7 +507,7 @@ _pango_ot_info_substitute (const PangoOTInfo *info,
for (i = 0; i < ruleset->rules->len; i++)
{
PangoOTRule *rule = &g_array_index (ruleset->rules, PangoOTRule, i);
- hb_ot_layout_feature_mask_t mask;
+ hb_mask_t mask;
unsigned int lookup_count, j;
unsigned int lookup_indexes[100];
@@ -554,7 +554,7 @@ _pango_ot_info_position (const PangoOTInfo *info,
for (i = 0; i < ruleset->rules->len; i++)
{
PangoOTRule *rule = &g_array_index (ruleset->rules, PangoOTRule, i);
- hb_ot_layout_feature_mask_t mask;
+ hb_mask_t mask;
unsigned int lookup_count, j;
unsigned int lookup_indexes[100];