summaryrefslogtreecommitdiff
path: root/test/unbounded-operator.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/unbounded-operator.c
parentf8eeca97684f7c8eba7b918c34fe5ccbf32e2f5f (diff)
downloadcairo-cf1b23a4c57d436098619443068611a48b88187e.tar.gz
Add prototype for draw in each test file and remove it from the header.
Diffstat (limited to 'test/unbounded-operator.c')
-rw-r--r--test/unbounded-operator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unbounded-operator.c b/test/unbounded-operator.c
index 1b14268e4..70dab83fe 100644
--- a/test/unbounded-operator.c
+++ b/test/unbounded-operator.c
@@ -132,6 +132,8 @@ static cairo_operator_t operators[] = {
#define IMAGE_WIDTH (ARRAY_SIZE (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 = {
"unbounded-operator",
"Operators with an effect for transparent source/mask",