diff options
Diffstat (limited to 'test/mask-surface-ctm.c')
-rw-r--r-- | test/mask-surface-ctm.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/mask-surface-ctm.c b/test/mask-surface-ctm.c index 182bdc2c..ea807f95 100644 --- a/test/mask-surface-ctm.c +++ b/test/mask-surface-ctm.c @@ -28,7 +28,8 @@ cairo_test_t test = { "mask-surface-ctm", "Test that cairo_mask_surface is affected properly by the CTM", - 10, 10 + 10, 10, + draw }; static cairo_test_status_t @@ -71,5 +72,5 @@ draw (cairo_t *cr, int width, int height) int main (void) { - return cairo_test (&test, draw); + return cairo_test (&test); } |