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

This commit is contained in:
Behdad Esfahbod 2006-08-23 12:29:49 -04:00
parent 96c8f92883
commit 5492946b0c

View file

@ -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"