[cairo-commit] libpixman/src ic.c,1.13,1.14
Dave Beckett
commit at pdx.freedesktop.org
Wed Dec 10 15:39:47 PST 2003
Committed by: dajobe
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv14014
Modified Files:
ic.c
Log Message:
Correct some more renames where the order of the renaming
caused later renames to fail due to earlier prefixes failing.
Index: ic.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/ic.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ic.c 10 Dec 2003 22:20:05 -0000 1.13
--- ic.c 10 Dec 2003 23:39:45 -0000 1.14
***************
*** 899,903 ****
region = pixman_region_create();
! pixman_region_unionRect (region, region, xDst, yDst, width, height);
if (!IcComputeCompositeRegion (region,
--- 899,903 ----
region = pixman_region_create();
! pixman_region_union_rect (region, region, xDst, yDst, width, height);
if (!IcComputeCompositeRegion (region,
More information about the cairo-commit
mailing list