summaryrefslogtreecommitdiff
path: root/test/fill-rule.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-08-20 14:50:02 -0700
committerCarl Worth <cworth@cworth.org>2007-08-21 16:46:40 -0700
commitd05593a5fb9fef586171cb9973a9942a105d50d7 (patch)
treef2c5f4b983f0a34a923f365cac1780bc6a95d624 /test/fill-rule.c
parent590717f03b4a396600734c4dac1dd0a9f140283c (diff)
downloadcairo-d05593a5fb9fef586171cb9973a9942a105d50d7.tar.gz
Add a new xlib-fallback target to test xlib using image fallbacks instead of the Render extension
Diffstat (limited to 'test/fill-rule.c')
-rw-r--r--test/fill-rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fill-rule.c b/test/fill-rule.c
index 6b186eff3..a9ce29560 100644
--- a/test/fill-rule.c
+++ b/test/fill-rule.c
@@ -70,7 +70,7 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"fill-rule",
- "Tests cairo_set_full_rule with some star shapes",
+ "Tests cairo_set_fill_rule with some star shapes",
BIG_STAR_SIZE * 2 + 3, BIG_STAR_SIZE + LITTLE_STAR_SIZE + 3,
draw
};