[cairo-commit] glitz/src glitz_matrix.c,1.4,1.5
David Reveman
commit at pdx.freedesktop.org
Sat May 29 13:45:51 PDT 2004
Committed by: davidr
Update of /cvs/cairo/glitz/src
In directory pdx:/tmp/cvs-serv3715/src
Modified Files:
glitz_matrix.c
Log Message:
Fixed another typo
Index: glitz_matrix.c
===================================================================
RCS file: /cvs/cairo/glitz/src/glitz_matrix.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** a/glitz_matrix.c 18 May 2004 15:01:50 -0000 1.4
--- b/glitz_matrix.c 29 May 2004 20:45:48 -0000 1.5
***************
*** 89,93 ****
*x1 = min_x;
! *y2 = min_y;
*x2 = max_x;
*y2 = max_y;
--- 89,93 ----
*x1 = min_x;
! *y1 = min_y;
*x2 = max_x;
*y2 = max_y;
More information about the cairo-commit
mailing list