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

David Reveman commit at pdx.freedesktop.org
Wed Feb 15 07:44:44 PST 2006


Committed by: davidr

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

Modified Files:
	glitz_pixel.c 
Log Message:
Fix typo

Index: glitz_pixel.c
===================================================================
RCS file: /cvs/cairo/glitz/src/glitz_pixel.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- glitz_pixel.c	15 Feb 2006 15:38:28 -0000	1.25
+++ glitz_pixel.c	15 Feb 2006 15:44:42 -0000	1.26
@@ -1590,7 +1590,8 @@
 
 	    if (box.x1 < box.x2 && box.y1 < box.y2)
 	    {
-#if 0		if (format->scanline_order ==
+#if 0	
+          if (format->scanline_order ==
 		    GLITZ_PIXEL_SCANLINE_ORDER_BOTTOM_UP)
 		    y1 = height - (box.y2 + y_src);
 		else



More information about the cairo-commit mailing list