summaryrefslogtreecommitdiff
path: root/fitz/dev_draw.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-12-29 19:49:33 +0000
committerTor Andersson <tor@ghostscript.com>2010-12-29 19:49:33 +0000
commit1812e625ea98cfc0035f13b31b11b4e72ad15aca (patch)
tree95ca4c3addf8ba26bdee673541818ad7b1ee7a25 /fitz/dev_draw.c
parent19e87a00961b24e446ee247569db5300b3974b04 (diff)
downloadmupdf-1812e625ea98cfc0035f13b31b11b4e72ad15aca.tar.xz
Rename mesh painting functions to 'paint' to conform with the other painting functions.
Diffstat (limited to 'fitz/dev_draw.c')
-rw-r--r--fitz/dev_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/dev_draw.c b/fitz/dev_draw.c
index f61f1613..e71abe24 100644
--- a/fitz/dev_draw.c
+++ b/fitz/dev_draw.c
@@ -516,7 +516,7 @@ fz_drawfillshade(void *user, fz_shade *shade, fz_matrix ctm, float alpha)
}
}
- fz_rendershade(shade, ctm, dest, bbox);
+ fz_paintshade(shade, ctm, dest, bbox);
if (alpha < 1)
{