From 5492946b0ced9b3e97f94ef097ee745c8a59df42 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 23 Aug 2006 12:29:49 -0400 Subject: [PATCH] [image] Print out cairo version in the unsupported-format message --- src/cairo-image-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c index 2037c3fd2..86562b97f 100644 --- a/src/cairo-image-surface.c +++ b/src/cairo-image-surface.c @@ -142,7 +142,7 @@ _cairo_format_from_pixman_format (pixman_format_t *pixman_format) } fprintf (stderr, - "Error: Cairo does not yet support the requested image format:\n" + "Error: Cairo " PACKAGE_VERSION " does not yet support the requested image format:\n" "\tDepth: %d\n" "\tAlpha mask: 0x%08x\n" "\tRed mask: 0x%08x\n"