[cairo-commit] src/cairo-image-surface.c

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Aug 23 09:29:55 PDT 2006


 src/cairo-image-surface.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 5492946b0ced9b3e97f94ef097ee745c8a59df42 (from 96c8f92883322a785fa9fa55de93b8eb56afab64)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Aug 23 12:29:49 2006 -0400

    [image] Print out cairo version in the unsupported-format message

diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index 2037c3f..86562b9 100644
--- a/src/cairo-image-surface.c
+++ b/src/cairo-image-surface.c
@@ -142,7 +142,7 @@ _cairo_format_from_pixman_format (pixman
     }
 
     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"


More information about the cairo-commit mailing list