[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:
Chris Wilson 2009-03-03 10:25:05 +00:00
parent 694f2eea9f
commit f178f55e47

View file

@ -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)
{