summaryrefslogtreecommitdiff
path: root/fitz/dev_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/dev_null.c')
-rw-r--r--fitz/dev_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/dev_null.c b/fitz/dev_null.c
index d351c0a0..f81b330c 100644
--- a/fitz/dev_null.c
+++ b/fitz/dev_null.c
@@ -136,7 +136,7 @@ fz_end_mask(fz_device *dev)
}
void
-fz_begin_group(fz_device *dev, fz_rect area, int isolated, int knockout, fz_blendmode blendmode, float alpha)
+fz_begin_group(fz_device *dev, fz_rect area, int isolated, int knockout, int blendmode, float alpha)
{
if (dev->begin_group)
dev->begin_group(dev->user, area, isolated, knockout, blendmode, alpha);