script: Update csi-exec to match new interface.

This commit is contained in:
Chris Wilson 2010-05-17 16:32:20 +01:00
parent 2f0f4ed0e2
commit 2dc42af942

View file

@ -7,7 +7,8 @@
static cairo_surface_t *
_surface_create (void *closure,
cairo_content_t content,
double width, double height)
double width, double height,
long uid)
{
return cairo_image_surface_create (CAIRO_FORMAT_ARGB32, width, height);
}