diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-07-27 01:26:11 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-07-27 01:37:18 -0400 |
commit | b6b7ba1313bf686e6ed567183466104c90504a67 (patch) | |
tree | 4ade34d0e5eac92903fab32609575c1d9bdf208b /src/hb-shaper-impl-private.hh | |
parent | c32c096a429da3e64896cf42ff5ab8c775d3c2ec (diff) |
Switch old and uniscribe backends to shape_plan
Diffstat (limited to 'src/hb-shaper-impl-private.hh')
-rw-r--r-- | src/hb-shaper-impl-private.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hb-shaper-impl-private.hh b/src/hb-shaper-impl-private.hh index 91ee14f1..7844081e 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 |