[cairo-commit] libpixman/src ictri.c,1.10,1.11

Dave Beckett commit at pdx.freedesktop.org
Wed Dec 10 15:40:11 PST 2003


Committed by: dajobe

Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv14131

Modified Files:
	ictri.c 
Log Message:
Correct some more renames where the order of the renaming
caused later renames to fail due to earlier prefixes failing.


Index: ictri.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/ictri.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ictri.c	10 Dec 2003 23:24:12 -0000	1.10
--- ictri.c	10 Dec 2003 23:40:09 -0000	1.11
***************
*** 136,140 ****
  
  void
! pixman_compositeTriangles (pixman_operator_t	op,
  		      pixman_image_t		*src,
  		      pixman_image_t		*dst,
--- 136,140 ----
  
  void
! pixman_composite_triangles (pixman_operator_t	op,
  		      pixman_image_t		*src,
  		      pixman_image_t		*dst,
***************
*** 207,211 ****
  
  void
! pixman_compositeTriStrip (pixman_operator_t		op,
  		     pixman_image_t		*src,
  		     pixman_image_t		*dst,
--- 207,211 ----
  
  void
! pixman_composite_tri_strip (pixman_operator_t		op,
  		     pixman_image_t		*src,
  		     pixman_image_t		*dst,
***************
*** 283,287 ****
  
  void
! pixman_compositeTriFan (pixman_operator_t		op,
  		   pixman_image_t		*src,
  		   pixman_image_t		*dst,
--- 283,287 ----
  
  void
! pixman_composite_tri_fan (pixman_operator_t		op,
  		   pixman_image_t		*src,
  		   pixman_image_t		*dst,





More information about the cairo-commit mailing list