From 497d9f348c23ff0465147734bf5dcb548511b256 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 18 Dec 2015 15:30:46 +0100 Subject: Rename fz_image_get_pixmap to fz_get_pixmap_from_image. --- source/fitz/test-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/test-device.c') diff --git a/source/fitz/test-device.c b/source/fitz/test-device.c index 45642cd0..86b39161 100644 --- a/source/fitz/test-device.c +++ b/source/fitz/test-device.c @@ -184,7 +184,7 @@ fz_test_fill_image(fz_context *ctx, fz_device *dev, fz_image *image, const fz_ma return; } - pix = fz_image_get_pixmap(ctx, image, 0, 0); + pix = fz_get_pixmap_from_image(ctx, image, 0, 0); if (pix == NULL) /* Should never happen really, but... */ return; -- cgit v1.2.3