From a4e5e2ca509ce9e72dea55e4f88706d977355181 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Thu, 13 Sep 2018 19:23:40 +0800 Subject: Make naming of effective overprint argument consistent. --- source/fitz/draw-imp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/draw-imp.h') diff --git a/source/fitz/draw-imp.h b/source/fitz/draw-imp.h index 1d6e691a..df783609 100644 --- a/source/fitz/draw-imp.h +++ b/source/fitz/draw-imp.h @@ -463,7 +463,7 @@ void fz_paint_pixmap(fz_pixmap *dst, const fz_pixmap *src, int alpha); void fz_paint_pixmap_alpha(fz_pixmap *dst, const fz_pixmap *src, int alpha); void fz_paint_pixmap_with_mask(fz_pixmap *dst, const fz_pixmap *src, const fz_pixmap *msk); void fz_paint_pixmap_with_bbox(fz_pixmap *dst, const fz_pixmap *src, int alpha, fz_irect bbox); -void fz_paint_pixmap_with_overprint(fz_pixmap *dst, const fz_pixmap *src, const fz_overprint *op); +void fz_paint_pixmap_with_overprint(fz_pixmap *dst, const fz_pixmap *src, const fz_overprint *eop); void fz_blend_pixmap(fz_context *ctx, fz_pixmap *dst, fz_pixmap *src, int alpha, int blendmode, int isolated, const fz_pixmap *shape); void fz_blend_pixmap_knockout(fz_context *ctx, fz_pixmap *dst, fz_pixmap *src, const fz_pixmap *shape); -- cgit v1.2.3