Fix typo (pointed out by Kristian Høgsberg).

This commit is contained in:
Carl Worth 2005-02-24 10:09:44 +00:00
parent 724cf1ce71
commit 12d19423f6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005-02-24 Carl Worth <cworth@cworth.org>
* src/cairo.h: Fix typo (pointed out by Kristian Høgsberg).
2005-02-24 Owen Taylor <otaylor@redhat.com>
* src/cairo_win32_surface.c (_cairo_win32_surface_destroy):

View file

@ -233,7 +233,7 @@ void
cairo_set_tolerance (cairo_t *cr, double tolerance);
/**
* cairo_full_rule_t
* cairo_fill_rule_t
* @CAIRO_FILL_RULE_WINDING: If the path crosses the ray from
* left-to-right, counts +1. If the path crosses the ray
* from right to left, counts -1. (Left and right are determined