diff options
Diffstat (limited to 'test/create-from-png.c')
-rw-r--r-- | test/create-from-png.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/create-from-png.c b/test/create-from-png.c index da03a1199..4aefc34ca 100644 --- a/test/create-from-png.c +++ b/test/create-from-png.c @@ -30,6 +30,8 @@ #define WIDTH 2 #define HEIGHT 2 +static cairo_test_draw_function_t draw; + cairo_test_t test = { "create-from-png", "Tests the creation of an image surface from a PNG file", |