summaryrefslogtreecommitdiff
path: root/src/hb-shaper-impl-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-07-27 01:26:11 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-07-27 01:37:18 -0400
commitb6b7ba1313bf686e6ed567183466104c90504a67 (patch)
tree4ade34d0e5eac92903fab32609575c1d9bdf208b /src/hb-shaper-impl-private.hh
parentc32c096a429da3e64896cf42ff5ab8c775d3c2ec (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.hh3
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