mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 18:08:03 +02:00
Fix typo (pointed out by Kristian Høgsberg).
This commit is contained in:
parent
724cf1ce71
commit
12d19423f6
2 changed files with 5 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue