mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 14:50:28 +01:00
[image] Print out cairo version in the unsupported-format message
This commit is contained in:
parent
96c8f92883
commit
5492946b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue