From cf1b23a4c57d436098619443068611a48b88187e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 13 Jul 2006 12:58:24 -0400 Subject: Add prototype for draw in each test file and remove it from the header. --- test/self-copy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/self-copy.c') diff --git a/test/self-copy.c b/test/self-copy.c index c872f7f8..0c238555 100644 --- a/test/self-copy.c +++ b/test/self-copy.c @@ -29,6 +29,8 @@ #define SIZE 40 +static cairo_test_draw_function_t draw; + cairo_test_t test = { "self-copy", "Test copying from a surface to itself with a clip", -- cgit v1.2.3