summaryrefslogtreecommitdiff
path: root/source/gprf/gprf-doc.c
diff options
context:
space:
mode:
authorfredrossperry <fredrossperry@gmail.com>2015-08-21 13:27:08 -0700
committerRobin Watts <robin.watts@artifex.com>2015-09-29 15:41:28 +0100
commitc15f8ca38f526930bd4da7fe610b04cd8fa93bca (patch)
tree5901b434d4ffc29781e5810f26657aa7be79e403 /source/gprf/gprf-doc.c
parentfb7206c262a5f9ff0e39e89946846771479ba3ec (diff)
downloadmupdf-c15f8ca38f526930bd4da7fe610b04cd8fa93bca.tar.xz
Support for proofing
- use core.fileFormat to decide whether a proof file is being viewed, - don't show the proofing button except for PDF files. - in a proofing activity, show the page that was being viewed when the proof was requested. - Add extra two arguments to fz_write_gproof_file in the Android build.
Diffstat (limited to 'source/gprf/gprf-doc.c')
-rw-r--r--source/gprf/gprf-doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gprf/gprf-doc.c b/source/gprf/gprf-doc.c
index b4777c6c..944d5d70 100644
--- a/source/gprf/gprf-doc.c
+++ b/source/gprf/gprf-doc.c
@@ -9,7 +9,7 @@
#endif
#include "mupdf/fitz.h"
-#ifdef USE_GS_API
+#if defined(USE_GS_API) && !defined(__ANDROID__)
#include "iapi.h"
#endif