summaryrefslogtreecommitdiff
path: root/test/any2ppm.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-03-03 10:25:05 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-03-03 10:25:05 +0000
commitf178f55e47013a92a47a24ac04b1041963b03976 (patch)
tree50a132cc061e381bb71423dfe4f897166aa8d8e8 /test/any2ppm.c
parent694f2eea9feecfdc437e6964d1e758fab7315af9 (diff)
downloadcairo-f178f55e47013a92a47a24ac04b1041963b03976.tar.gz
[test/any2ppm] Update the cairo-script-interpreter callback.
Reflect the current prototype which now specifies the content to use when creating the surface.
Diffstat (limited to 'test/any2ppm.c')
-rw-r--r--test/any2ppm.c1
1 files changed, 1 insertions, 0 deletions
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)
{