diff options
Diffstat (limited to 'test/clip-nesting.c')
-rw-r--r-- | test/clip-nesting.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/clip-nesting.c b/test/clip-nesting.c index 1f27c8ff..66c277b8 100644 --- a/test/clip-nesting.c +++ b/test/clip-nesting.c @@ -34,7 +34,8 @@ cairo_test_t test = { "clip-nesting", "Test clipping with multiple contexts for the same surface", - SIZE, SIZE + SIZE, SIZE, + draw }; static cairo_test_status_t @@ -94,5 +95,5 @@ draw (cairo_t *cr, int width, int height) int main (void) { - return cairo_test (&test, draw); + return cairo_test (&test); } |