From 73f5ba5cb7520a01d5bc4d85358f21d298d33317 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 20 Jun 2013 15:02:08 +0200 Subject: Rename fz_image_to_pixmap to fz_new_pixmap_from_image. Match our naming conventions. --- include/mupdf/fitz/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/mupdf/fitz/image.h b/include/mupdf/fitz/image.h index 2c6850c8..5f258844 100644 --- a/include/mupdf/fitz/image.h +++ b/include/mupdf/fitz/image.h @@ -20,7 +20,7 @@ typedef struct fz_image_s fz_image; /* - fz_image_to_pixmap: Called to get a handle to a pixmap from an image. + fz_new_pixmap_from_image: Called to get a handle to a pixmap from an image. image: The image to retrieve a pixmap from. @@ -34,7 +34,7 @@ typedef struct fz_image_s fz_image; Returns a non NULL pixmap pointer. May throw exceptions. */ -fz_pixmap *fz_image_to_pixmap(fz_context *ctx, fz_image *image, int w, int h); +fz_pixmap *fz_new_pixmap_from_image(fz_context *ctx, fz_image *image, int w, int h); /* fz_drop_image: Drop a reference to an image. -- cgit v1.2.3