summaryrefslogtreecommitdiff
path: root/test/clip-fill-rule-pixel-aligned.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/clip-fill-rule-pixel-aligned.c')
-rw-r--r--test/clip-fill-rule-pixel-aligned.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/clip-fill-rule-pixel-aligned.c b/test/clip-fill-rule-pixel-aligned.c
index 1b2f4906..07b9efed 100644
--- a/test/clip-fill-rule-pixel-aligned.c
+++ b/test/clip-fill-rule-pixel-aligned.c
@@ -32,7 +32,8 @@ cairo_test_t test = {
"clip-fill-rule-pixel-aligned",
"Tests interaction of clipping and cairo_set_fill_rule with a pixel-aligned path",
PAD + (SIZE*4) + PAD + (SIZE*4) + PAD,
- PAD + (SIZE*4) + PAD
+ PAD + (SIZE*4) + PAD,
+ draw
};
static void
@@ -91,5 +92,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test (&test);
}