From f178f55e47013a92a47a24ac04b1041963b03976 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 3 Mar 2009 10:25:05 +0000 Subject: [PATCH] [test/any2ppm] Update the cairo-script-interpreter callback. Reflect the current prototype which now specifies the content to use when creating the surface. --- test/any2ppm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/any2ppm.c b/test/any2ppm.c index 0149230c9..13275814b 100644 --- a/test/any2ppm.c +++ b/test/any2ppm.c @@ -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) {