summaryrefslogtreecommitdiff
path: root/test/unantialiased-shapes.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unantialiased-shapes.c')
-rw-r--r--test/unantialiased-shapes.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/unantialiased-shapes.c b/test/unantialiased-shapes.c
index eaadf417..b6799970 100644
--- a/test/unantialiased-shapes.c
+++ b/test/unantialiased-shapes.c
@@ -28,7 +28,8 @@
cairo_test_t test = {
"unantialiased-shapes",
"Test shape drawing without antialiasing",
- 320, 240
+ 320, 240,
+ draw
};
/* The star shape from the SVG test suite, from the fill rule test */
@@ -99,5 +100,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test (&test);
}