summaryrefslogtreecommitdiff
path: root/test/ft-text-vertical-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ft-text-vertical-layout.c')
-rw-r--r--test/ft-text-vertical-layout.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/ft-text-vertical-layout.c b/test/ft-text-vertical-layout.c
index 5a287787..3502b6c1 100644
--- a/test/ft-text-vertical-layout.c
+++ b/test/ft-text-vertical-layout.c
@@ -36,7 +36,8 @@
cairo_test_t test = {
"ft-text-vertical-layout",
"Tests text rendering for vertical layout",
- WIDTH, HEIGHT
+ WIDTH, HEIGHT,
+ draw
};
static cairo_scaled_font_t *
@@ -132,5 +133,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test (&test);
}