summaryrefslogtreecommitdiff
path: root/test/mask.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mask.c')
-rw-r--r--test/mask.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mask.c b/test/mask.c
index faaecd629..ed328199e 100644
--- a/test/mask.c
+++ b/test/mask.c
@@ -179,6 +179,8 @@ static void (*clip_funcs[])(cairo_t *cr, int x, int y) = {
#define IMAGE_WIDTH (ARRAY_SIZE (pattern_funcs) * (WIDTH + PAD) + PAD)
#define IMAGE_HEIGHT (ARRAY_SIZE (mask_funcs) * ARRAY_SIZE (clip_funcs) * (HEIGHT + PAD) + PAD)
+static cairo_test_draw_function_t draw;
+
cairo_test_t test = {
"mask",
"Tests of cairo_mask",