[cairo-commit] libpixman/src icstipple.c,1.3,1.4

Dave Beckett commit at pdx.freedesktop.org
Wed Dec 10 14:21:25 PST 2003


Committed by: dajobe

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

Modified Files:
	icstipple.c 
Log Message:
Rename exported Ic* and PixRegion* functions, types, enums
to be prefixed pixman (or PIXMAN for enum values)


Index: icstipple.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/icstipple.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** icstipple.c	5 Sep 2003 22:24:45 -0000	1.3
--- icstipple.c	10 Dec 2003 22:21:23 -0000	1.4
***************
*** 56,62 ****
  
  void
! IcTransparentSpan (IcBits   *dst,
! 		   IcBits   stip,
! 		   IcBits   fgxor,
  		   int	    n)
  {
--- 56,62 ----
  
  void
! IcTransparentSpan (pixman_bits_t   *dst,
! 		   pixman_bits_t   stip,
! 		   pixman_bits_t   fgxor,
  		   int	    n)
  {





More information about the cairo-commit mailing list