summaryrefslogtreecommitdiff
path: root/fitz/dev_bbox.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-09-21 00:11:22 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-09-21 00:11:22 +0200
commit69ed4a8f4dbfac7f2f1de925e34807e4fee3b27c (patch)
treeb7f82296a259d360ce90f0826e475321d630a222 /fitz/dev_bbox.c
parent99ba154018b7c4a2c47b4c7e721ffe6d9164f9f3 (diff)
downloadmupdf-69ed4a8f4dbfac7f2f1de925e34807e4fee3b27c.tar.xz
Don't thread ctx through safe fz_obj functions.
Diffstat (limited to 'fitz/dev_bbox.c')
-rw-r--r--fitz/dev_bbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/dev_bbox.c b/fitz/dev_bbox.c
index e83cbcc5..766adefa 100644
--- a/fitz/dev_bbox.c
+++ b/fitz/dev_bbox.c
@@ -58,7 +58,7 @@ static void
fz_bbox_fill_image_mask(fz_device *dev, fz_pixmap *image, fz_matrix ctm,
fz_colorspace *colorspace, float *color, float alpha)
{
- fz_bbox_fill_image(dev->user, image, ctm, alpha);
+ fz_bbox_fill_image(dev, image, ctm, alpha);
}
fz_device *