summaryrefslogtreecommitdiff
path: root/pdf/mupdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/mupdf.h')
-rw-r--r--pdf/mupdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/mupdf.h b/pdf/mupdf.h
index 80942a80..228cd714 100644
--- a/pdf/mupdf.h
+++ b/pdf/mupdf.h
@@ -591,7 +591,7 @@ struct pdf_gstate_s
float rise;
/* transparency */
- fz_blendmode blendmode;
+ int blendmode;
pdf_xobject *softmask;
fz_matrix softmask_ctm;
float softmask_bc[FZ_MAX_COLORS];