From 1b508d5cd7b0d7d4528326b1fa276bce90061b52 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 1 Oct 2015 19:47:51 +0100 Subject: Bug 696058: Up maximum zoom resolution to 1152. It is conceivable that this might run into problems on 32bit builds with suitably large bitmaps, but, hey, don't zoom that far. --- platform/x11/pdfapp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/x11') diff --git a/platform/x11/pdfapp.h b/platform/x11/pdfapp.h index e3633577..6a81f871 100644 --- a/platform/x11/pdfapp.h +++ b/platform/x11/pdfapp.h @@ -10,9 +10,9 @@ * uses a number of callbacks to the GUI app. */ -/* 25% .. 400% */ +/* 25% .. 1600% */ #define MINRES 18 -#define MAXRES 288 +#define MAXRES 1152 typedef struct pdfapp_s pdfapp_t; -- cgit v1.2.3