Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
7638 views
1
Index: mupdf-1.5/platform/x11/pdfapp.h
2
===================================================================
3
--- mupdf-1.5.orig/platform/x11/pdfapp.h
4
+++ mupdf-1.5/platform/x11/pdfapp.h
5
@@ -12,7 +12,7 @@
6
7
/* 25% .. 400% */
8
#define MINRES 18
9
-#define MAXRES 288
10
+#define MAXRES 576
11
12
typedef struct pdfapp_s pdfapp_t;
13
14
Index: mupdf-1.5/platform/x11/pdfapp.c
15
===================================================================
16
--- mupdf-1.5.orig/platform/x11/pdfapp.c
17
+++ mupdf-1.5/platform/x11/pdfapp.c
18
@@ -28,7 +28,7 @@ enum
19
static void pdfapp_showpage(pdfapp_t *app, int loadpage, int drawpage, int repaint, int transition, int searching);
20
static void pdfapp_updatepage(pdfapp_t *app);
21
22
-static const int zoomlist[] = { 18, 24, 36, 54, 72, 96, 120, 144, 180, 216, 288 };
23
+static const int zoomlist[] = { 18, 24, 36, 54, 72, 96, 120, 144, 180, 216, 288, 360, 480, 576 };
24
25
static int zoom_in(int oldres)
26
{
27
28