diff options
Diffstat (limited to 'test/clip-fill-rule.c')
-rw-r--r-- | test/clip-fill-rule.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/clip-fill-rule.c b/test/clip-fill-rule.c index 74722ce8..84619d74 100644 --- a/test/clip-fill-rule.c +++ b/test/clip-fill-rule.c @@ -30,7 +30,8 @@ cairo_test_t test = { "clip-fill-rule", "Tests interaction of clipping with cairo_set_fill_rule", - STAR_SIZE * 2 + 2, STAR_SIZE + 2 + STAR_SIZE * 2 + 2, STAR_SIZE + 2, + draw }; static void @@ -75,5 +76,5 @@ draw (cairo_t *cr, int width, int height) int main (void) { - return cairo_test (&test, draw); + return cairo_test (&test); } |