summaryrefslogtreecommitdiff
path: root/test/fill-rule.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-07-13 12:58:24 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-07-13 12:58:24 -0400
commitcf1b23a4c57d436098619443068611a48b88187e (patch)
treecb758aac54afc1e1593b8eaae0dda06b8e1931c4 /test/fill-rule.c
parentf8eeca97684f7c8eba7b918c34fe5ccbf32e2f5f (diff)
Add prototype for draw in each test file and remove it from the header.
Diffstat (limited to 'test/fill-rule.c')
-rw-r--r--test/fill-rule.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fill-rule.c b/test/fill-rule.c
index f31c70dc..6b186eff 100644
--- a/test/fill-rule.c
+++ b/test/fill-rule.c
@@ -66,6 +66,8 @@
#define LITTLE_STAR_SIZE 20
#define BIG_STAR_SIZE 80
+static cairo_test_draw_function_t draw;
+
cairo_test_t test = {
"fill-rule",
"Tests cairo_set_full_rule with some star shapes",