summaryrefslogtreecommitdiff
path: root/test/clip-nesting.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/clip-nesting.c')
-rw-r--r--test/clip-nesting.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/clip-nesting.c b/test/clip-nesting.c
index 66c277b8..2d53782a 100644
--- a/test/clip-nesting.c
+++ b/test/clip-nesting.c
@@ -31,6 +31,8 @@
#define BORDER 10
#define LINE_WIDTH 20
+static cairo_test_draw_function_t draw;
+
cairo_test_t test = {
"clip-nesting",
"Test clipping with multiple contexts for the same surface",