From ddcd5bed4df77bfd91323d80d536f29f17e0cdc6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 8 Nov 2018 13:48:50 +0100 Subject: Fix 699336: Add more levels to mupdf-x11 zoom list. --- platform/x11/pdfapp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/x11/pdfapp.c b/platform/x11/pdfapp.c index ea1d39f5..593c9719 100644 --- a/platform/x11/pdfapp.c +++ b/platform/x11/pdfapp.c @@ -34,7 +34,11 @@ enum static void pdfapp_showpage(pdfapp_t *app, int loadpage, int drawpage, int repaint, int transition, int searching); static void pdfapp_updatepage(pdfapp_t *app); -static const int zoomlist[] = { 18, 24, 36, 54, 72, 96, 120, 144, 180, 216, 288 }; +static const int zoomlist[] = { + 18, 24, 36, 54, 72, 96, 120, 144, 180, + 216, 288, 360, 432, 504, 576, 648, 720, + 792, 864, 936, 1008, 1080, 1152 +}; static int zoom_in(int oldres) { -- cgit v1.2.3