mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-04 15:40:24 +01:00
[test/any2ppm] Update the cairo-script-interpreter callback.
Reflect the current prototype which now specifies the content to use when creating the surface.
This commit is contained in:
parent
694f2eea9f
commit
f178f55e47
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ write_ppm (cairo_surface_t *surface, int fd)
|
|||
|
||||
static cairo_surface_t *
|
||||
_create_image (void *closure,
|
||||
cairo_content_t content,
|
||||
double width, double height)
|
||||
//csi_object_t *dictionary)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue