summaryrefslogtreecommitdiff
path: root/source/fitz/image.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-20 15:02:08 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-20 16:46:10 +0200
commit73f5ba5cb7520a01d5bc4d85358f21d298d33317 (patch)
treed91890b7ccdbb59ff992d96f281bcb2a88ca2292 /source/fitz/image.c
parent643370f04348569b5e5e577660031d638537671c (diff)
downloadmupdf-73f5ba5cb7520a01d5bc4d85358f21d298d33317.tar.xz
Rename fz_image_to_pixmap to fz_new_pixmap_from_image.
Match our naming conventions.
Diffstat (limited to 'source/fitz/image.c')
-rw-r--r--source/fitz/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/image.c b/source/fitz/image.c
index 73b4bc28..62561762 100644
--- a/source/fitz/image.c
+++ b/source/fitz/image.c
@@ -1,7 +1,7 @@
#include "mupdf/fitz.h"
fz_pixmap *
-fz_image_to_pixmap(fz_context *ctx, fz_image *image, int w, int h)
+fz_new_pixmap_from_image(fz_context *ctx, fz_image *image, int w, int h)
{
if (image == NULL)
return NULL;