diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-07-13 12:58:24 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-07-13 12:58:24 -0400 |
commit | cf1b23a4c57d436098619443068611a48b88187e (patch) | |
tree | cb758aac54afc1e1593b8eaae0dda06b8e1931c4 /test/ft-text-antialias-none.c | |
parent | f8eeca97684f7c8eba7b918c34fe5ccbf32e2f5f (diff) |
Add prototype for draw in each test file and remove it from the header.
Diffstat (limited to 'test/ft-text-antialias-none.c')
-rw-r--r-- | test/ft-text-antialias-none.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ft-text-antialias-none.c b/test/ft-text-antialias-none.c index 4294f28e..55a6fa3c 100644 --- a/test/ft-text-antialias-none.c +++ b/test/ft-text-antialias-none.c @@ -33,6 +33,8 @@ #define HEIGHT 30 #define TEXT_SIZE 12 +static cairo_test_draw_function_t draw; + cairo_test_t test = { "ft-text-antialias-none", "Tests text rendering with no antialiasing", |