[cairo-commit] glitz/src glitz.c,1.13,1.14
David Reveman
commit at pdx.freedesktop.org
Sun May 30 05:40:50 PDT 2004
Committed by: davidr
Update of /cvs/cairo/glitz/src
In directory pdx:/tmp/cvs-serv11462/src
Modified Files:
glitz.c
Log Message:
And another one
Index: glitz.c
===================================================================
RCS file: /cvs/cairo/glitz/src/glitz.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** a/glitz.c 28 May 2004 20:49:04 -0000 1.13
--- b/glitz.c 30 May 2004 12:40:48 -0000 1.14
***************
*** 882,886 ****
box.x1 = x_dst;
! box.x1 = x_dst;
box.x2 = box.x1 + width;
box.y2 = box.y1 + height;
--- 882,886 ----
box.x1 = x_dst;
! box.y1 = y_dst;
box.x2 = box.x1 + width;
box.y2 = box.y1 + height;
More information about the cairo-commit
mailing list