diff options
Diffstat (limited to 'test/push-group.c')
-rw-r--r-- | test/push-group.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/push-group.c b/test/push-group.c index f77778661..738df6f18 100644 --- a/test/push-group.c +++ b/test/push-group.c @@ -32,6 +32,8 @@ #define WIDTH (UNIT_SIZE + PAD) + PAD #define HEIGHT (UNIT_SIZE + PAD) + PAD +static cairo_test_draw_function_t draw; + cairo_test_t test = { "push-group", "Verify that cairo_push_group works.", |