summaryrefslogtreecommitdiff
path: root/test/x11pdf.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-15 07:50:43 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-15 07:50:43 +0100
commit01a774064e13cebc9a75e44432226d845fa46f9a (patch)
treee817e8ad3d4fa2d4bb52f1ac543c9b932b40d657 /test/x11pdf.c
parent67781c58fef0f94ea234341cea8e7e13646bc4a2 (diff)
downloadmupdf-01a774064e13cebc9a75e44432226d845fa46f9a.tar.xz
render optimizations
Diffstat (limited to 'test/x11pdf.c')
-rw-r--r--test/x11pdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/x11pdf.c b/test/x11pdf.c
index 60f25d65..83b340b1 100644
--- a/test/x11pdf.c
+++ b/test/x11pdf.c
@@ -200,7 +200,7 @@ static void pdfopen(char *filename, char *password)
count = pdf_getpagecount(pages);
- error = fz_newrenderer(&rast, pdf_devicergb);
+ error = fz_newrenderer(&rast, pdf_devicergb, 1024 * 512);
if (error) fz_abort(error);
image = nil;