summaryrefslogtreecommitdiff
path: root/include/mupdf
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2018-09-13 19:23:40 +0800
committerSebastian Rasmussen <sebras@gmail.com>2018-09-13 19:24:11 +0800
commita4e5e2ca509ce9e72dea55e4f88706d977355181 (patch)
tree515e62f7cf58ecfa25cf6c74f2eace26a67a1562 /include/mupdf
parent5c276e31cb6d65b6f2c24624c63749aa412a0bce (diff)
downloadmupdf-a4e5e2ca509ce9e72dea55e4f88706d977355181.tar.xz
Make naming of effective overprint argument consistent.
Diffstat (limited to 'include/mupdf')
-rw-r--r--include/mupdf/fitz/shade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/shade.h b/include/mupdf/fitz/shade.h
index 98f7ad22..a03b6f1c 100644
--- a/include/mupdf/fitz/shade.h
+++ b/include/mupdf/fitz/shade.h
@@ -136,7 +136,7 @@ fz_rect fz_bound_shade(fz_context *ctx, fz_shade *shade, fz_matrix ctm);
op: NULL, or pointer to overprint bitmap.
*/
-void fz_paint_shade(fz_context *ctx, fz_shade *shade, fz_colorspace *override_cs, fz_matrix ctm, fz_pixmap *dest, const fz_color_params *color_params, fz_irect bbox, const fz_overprint *op);
+void fz_paint_shade(fz_context *ctx, fz_shade *shade, fz_colorspace *override_cs, fz_matrix ctm, fz_pixmap *dest, const fz_color_params *color_params, fz_irect bbox, const fz_overprint *eop);
/*
* Handy routine for processing mesh based shades