summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-12-18 15:29:45 +0100
committerTor Andersson <tor.andersson@artifex.com>2015-12-18 15:32:14 +0100
commit39389bba83b4b1d64c8c540cb7c7edbe09ea4009 (patch)
tree326e11cc0af96209d8ea1babda6a4ff8f70d80d8 /include
parent80949d3d6b6320f5643a450c382f19370922e78f (diff)
downloadmupdf-39389bba83b4b1d64c8c540cb7c7edbe09ea4009.tar.xz
Rename fz_image_get_sanitised_res to fz_image_resolution.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/image.h b/include/mupdf/fitz/image.h
index 95949cfe..05bf0d70 100644
--- a/include/mupdf/fitz/image.h
+++ b/include/mupdf/fitz/image.h
@@ -98,6 +98,6 @@ void fz_load_gif_info(fz_context *ctx, unsigned char *data, int size, int *w, in
int fz_load_tiff_subimage_count(fz_context *ctx, unsigned char *buf, int len);
fz_pixmap *fz_load_tiff_subimage(fz_context *ctx, unsigned char *buf, int len, int subimage);
-void fz_image_get_sanitised_res(fz_image *image, int *xres, int *yres);
+void fz_image_resolution(fz_image *image, int *xres, int *yres);
#endif