summaryrefslogtreecommitdiff
path: root/src/cairo-path-fill.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-09-20 10:47:58 -0700
committerCarl Worth <cworth@cworth.org>2006-11-22 16:56:51 -0800
commit4cd871b6f371e86c252c2fa8d8af481d822a1dec (patch)
tree30dc1a60ce589b97c3a02b6f2ca61db2520aa1a4 /src/cairo-path-fill.c
parent0f7c488906128557807ca98aed5c442abf0a0b75 (diff)
downloadcairo-4cd871b6f371e86c252c2fa8d8af481d822a1dec.tar.gz
Switch from old tessellator to new tessellator
Diffstat (limited to 'src/cairo-path-fill.c')
-rw-r--r--src/cairo-path-fill.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-path-fill.c b/src/cairo-path-fill.c
index 51e067f69..7377960f8 100644
--- a/src/cairo-path-fill.c
+++ b/src/cairo-path-fill.c
@@ -194,9 +194,9 @@ _cairo_path_fixed_fill_to_traps (cairo_path_fixed_t *path,
if (status)
goto BAIL;
- status = _cairo_traps_tessellate_polygon (filler.traps,
- &filler.polygon,
- fill_rule);
+ status = _cairo_bentley_ottmann_tessellate_polygon (filler.traps,
+ &filler.polygon,
+ fill_rule);
if (status)
goto BAIL;