From 3fff26e653b7c90e884fae449337766d3c2a309a Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 9 Feb 2012 10:11:52 +0000 Subject: Update ios and Android projects with locking changes. I forgot to update Android and iOS projects with the extra arg to fz_new_context. Fixed here. --- ios/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') diff --git a/ios/main.m b/ios/main.m index fa85178d..4901a2c5 100644 --- a/ios/main.m +++ b/ios/main.m @@ -1386,7 +1386,7 @@ static UIImage *renderTile(struct document *doc, int number, CGSize screenSize, queue = dispatch_queue_create("com.artifex.mupdf.queue", NULL); // use at most 128M for resource cache - ctx = fz_new_context(NULL, 128<<20); + ctx = fz_new_context(NULL, NULL, 128<<20); screenScale = [[UIScreen mainScreen] scale]; -- cgit v1.2.3