diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2014-06-20 11:39:15 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-06-20 11:39:15 +0100 |
commit | 4901fb74b3c1137d13a6b7e4e8784577c1816e47 (patch) | |
tree | 61cdf3a8a980a864336beee57d4924682b12468f /pango/pango-ot-info.c | |
parent | e728c4c3659cc0ead406344b4cf98c0676cb769e (diff) | |
download | pango-4901fb74b3c1137d13a6b7e4e8784577c1816e47.tar.gz |
ot-info: Update after API break in HarfBuzz
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index d494d7f4..3b639dbe 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -189,10 +189,11 @@ pango_ot_info_find_language (PangoOTInfo *info, &l_index); if (language_index) *language_index = l_index; - hb_ot_layout_language_get_required_feature_index (info->hb_face, tt, - script_index, - l_index, - required_feature_index); + hb_ot_layout_language_get_required_feature (info->hb_face, tt, + script_index, + l_index, + required_feature_index, + NULL); return ret; } |