src/hb-coretext.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 652cd45c650b1cdce2585dcee614e5a9cdda530c Author: Behdad Esfahbod <[email protected]> Date: Thu Aug 9 01:02:02 2018 -0700 [coretext] Another try diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index 1ef5234e..1b916a53 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -348,7 +348,7 @@ hb_coretext_font_create (CTFontRef ct_font) hb_font_set_ptem (font, coretext_font_size_to_ptem (CTFontGetSize(ct_font))); /* Let there be dragons here... */ - HB_SHAPER_DATA (font).set_relaxed ((hb_coretext_font_data_t *) CFRetain (ct_font)); + HB_SHAPER_DATA (HB_SHAPER, font).set_relaxed ((hb_coretext_font_data_t *) CFRetain (ct_font)); return font; } _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
