commit | b6b7ba1313bf686e6ed567183466104c90504a67 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Fri Jul 27 01:26:11 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Jul 27 01:37:18 2012 -0400 |
tree | 4ade34d0e5eac92903fab32609575c1d9bdf208b | |
parent | c32c096a429da3e64896cf42ff5ab8c775d3c2ec [diff] [blame] |
Switch old and uniscribe backends to shape_plan
diff --git a/src/hb-shaper-impl-private.hh b/src/hb-shaper-impl-private.hh index 91ee14f..7844081 100644 --- a/src/hb-shaper-impl-private.hh +++ b/src/hb-shaper-impl-private.hh
@@ -36,8 +36,7 @@ #ifdef HB_SHAPER -/* For use in things like font->shaper_data() in the shaper implementations. */ -#define shaper_data() shaper_data.HB_SHAPER +#define HB_SHAPER_DATA_GET(object) HB_SHAPER_DATA (HB_SHAPER, object) #endif