Skip to content

Commit

Permalink
[test/any2ppm] Update the cairo-script-interpreter callback.
Browse files Browse the repository at this point in the history
Reflect the current prototype which now specifies the content to use when
creating the surface.
  • Loading branch information
ickle committed Mar 3, 2009
1 parent 694f2ee commit f178f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/any2ppm.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit f178f55

Please sign in to comment.