[cairo-commit] libpixman/src ictransform.c,1.5,1.6
Dave Beckett
commit at pdx.freedesktop.org
Wed Dec 10 15:24:02 PST 2003
Committed by: dajobe
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv13197
Modified Files:
ictransform.c
Log Message:
Correct over-eager renames of the form pixman_thing_tName into
pixman_thing_name. It was inevitable really this would happen!
Index: ictransform.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/ictransform.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ictransform.c 10 Dec 2003 22:21:28 -0000 1.5
--- ictransform.c 10 Dec 2003 23:24:00 -0000 1.6
***************
*** 30,34 ****
int
! pixman_transform_tPoint (pixman_transform_t *transform,
pixman_vector_t *vector)
{
--- 30,34 ----
int
! pixman_transform_point (pixman_transform_t *transform,
pixman_vector_t *vector)
{
More information about the cairo-commit
mailing list