[cairo-commit] cairo/src cairo.h,1.75,1.76
Carl Worth
commit at pdx.freedesktop.org
Thu Feb 24 10:09:47 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv12194/src
Modified Files:
cairo.h
Log Message:
* src/cairo.h: Fix typo (pointed out by Kristian Høgsberg).
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- cairo.h 22 Feb 2005 19:35:03 -0000 1.75
+++ cairo.h 24 Feb 2005 18:09:45 -0000 1.76
@@ -233,7 +233,7 @@
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
More information about the cairo-commit
mailing list