summaryrefslogtreecommitdiff
path: root/test/clip-operator.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/clip-operator.c')
-rw-r--r--test/clip-operator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/clip-operator.c b/test/clip-operator.c
index 44ea6f46f..52cbba61d 100644
--- a/test/clip-operator.c
+++ b/test/clip-operator.c
@@ -130,6 +130,8 @@ static void (*draw_funcs[])(cairo_t *cr, int x, int y) = {
#define IMAGE_WIDTH (N_OPERATORS * (WIDTH + PAD) + PAD)
#define IMAGE_HEIGHT (ARRAY_SIZE (draw_funcs) * (HEIGHT + PAD) + PAD)
+static cairo_test_draw_function_t draw;
+
cairo_test_t test = {
"clip-operator",
"Surface clipping with different operators",