summaryrefslogtreecommitdiff
path: root/test/operator-clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/operator-clear.c')
-rw-r--r--test/operator-clear.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/operator-clear.c b/test/operator-clear.c
index 89fdd3e96..575ce1d0a 100644
--- a/test/operator-clear.c
+++ b/test/operator-clear.c
@@ -146,6 +146,8 @@ static void (*draw_funcs[])(cairo_t *cr, int x, int y) = {
#define IMAGE_WIDTH (ARRAY_SIZE (pattern_funcs) * (WIDTH + PAD) + PAD)
#define IMAGE_HEIGHT (ARRAY_SIZE (draw_funcs) * (HEIGHT + PAD) + PAD)
+static cairo_test_draw_function_t draw;
+
cairo_test_t test = {
"operator-clear",
"Test of CAIRO_OPERATOR_CLEAR",