diff options
Diffstat (limited to 'app-text/mupdf/files/mupdf-1.1_rc1-zoom-2.patch')
-rw-r--r-- | app-text/mupdf/files/mupdf-1.1_rc1-zoom-2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/mupdf/files/mupdf-1.1_rc1-zoom-2.patch b/app-text/mupdf/files/mupdf-1.1_rc1-zoom-2.patch new file mode 100644 index 000000000000..c62122e01eb4 --- /dev/null +++ b/app-text/mupdf/files/mupdf-1.1_rc1-zoom-2.patch @@ -0,0 +1,10 @@ +--- mupdf-9999/apps/pdfapp.c ++++ mupdf-9999/apps/pdfapp.c +@@ -866,6 +867,7 @@ + break; + + case ' ': ++ case 'F': + panto = DONT_PAN; + if (app->numberlen > 0) + app->pageno += atoi(app->number); |