From 3a207e707b352b8031409f3851705fbc7eccff36 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Mon, 28 Nov 2011 19:44:02 +0000 Subject: Move Freetype globals into context. Freetype globals are not shared between threads currently - to do that we'll need to introduce a lock. --- scripts/cmapdump.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts/cmapdump.c') diff --git a/scripts/cmapdump.c b/scripts/cmapdump.c index 9f75a401..af148765 100644 --- a/scripts/cmapdump.c +++ b/scripts/cmapdump.c @@ -172,3 +172,11 @@ main(int argc, char **argv) fz_free_context(ctx); return 0; } + +void fz_new_font_context(fz_context *ctx) +{ +} + +void fz_free_font_context(fz_context *ctx) +{ +} -- cgit v1.2.3