From 39389bba83b4b1d64c8c540cb7c7edbe09ea4009 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 18 Dec 2015 15:29:45 +0100 Subject: Rename fz_image_get_sanitised_res to fz_image_resolution. --- source/fitz/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz') diff --git a/source/fitz/image.c b/source/fitz/image.c index 60c3578d..a1a3be6a 100644 --- a/source/fitz/image.c +++ b/source/fitz/image.c @@ -551,7 +551,7 @@ fz_new_image_from_buffer(fz_context *ctx, fz_buffer *buffer) } void -fz_image_get_sanitised_res(fz_image *image, int *xres, int *yres) +fz_image_resolution(fz_image *image, int *xres, int *yres) { *xres = image->xres; *yres = image->yres; -- cgit v1.2.3