[cairo-commit] cairo/src cairo-traps.c,1.25,1.26

Owen Taylor commit at pdx.freedesktop.org
Wed Apr 13 14:04:35 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv17617

Modified Files:
	cairo-traps.c 
Log Message:
Fix a comment from last commit

Index: cairo-traps.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-traps.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- cairo-traps.c	13 Apr 2005 21:01:50 -0000	1.25
+++ cairo-traps.c	13 Apr 2005 21:04:33 -0000	1.26
@@ -783,7 +783,7 @@
 	int width = _cairo_fixed_integer_part(traps->traps[i].right.p1.x) - x;
 	int height = _cairo_fixed_integer_part(traps->traps[i].left.p2.y) - y;
 
-	/* Sometimes we get degenerate trapezoids from the pixman tesellator,
+	/* Sometimes we get degenerate trapezoids from the tesellator,
 	 * if we call pixman_region_union_rect(), it bizarrly fails on such
 	 * an empty rectangle, so skip them.
 	 */




More information about the cairo-commit mailing list