diff options
Diffstat (limited to 'test/group-paint.c')
-rw-r--r-- | test/group-paint.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/group-paint.c b/test/group-paint.c index bfc23e42..1f6b1f60 100644 --- a/test/group-paint.c +++ b/test/group-paint.c @@ -27,16 +27,15 @@ static cairo_test_draw_function_t draw; -cairo_test_t test = { +static const cairo_test_t test = { "group-paint", "test push_group(); pop_group_to_source(); set_operator(SOURCE); paint();", 10, 10, draw }; - static cairo_test_status_t -draw (cairo_t *cr, int dst_width, int dst_height) +draw (cairo_t *cr, int width, int height) { cairo_push_group (cr); |