[cairo-commit] libpixman/src icpixels.c,1.5,1.6

Dave Beckett commit at pdx.freedesktop.org
Wed Dec 10 15:23:51 PST 2003


Committed by: dajobe

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

Modified Files:
	icpixels.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: icpixels.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/icpixels.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** icpixels.c	10 Dec 2003 22:21:04 -0000	1.5
--- icpixels.c	10 Dec 2003 23:23:49 -0000	1.6
***************
*** 29,36 ****
  
  static unsigned int
! pixman_bits_tPerPixel (unsigned int depth);
  
  static unsigned int
! pixman_bits_tPerPixel (unsigned int depth)
  {
      if (depth > 8)
--- 29,36 ----
  
  static unsigned int
! pixman_bits_per_pixel (unsigned int depth);
  
  static unsigned int
! pixman_bits_per_pixel (unsigned int depth)
  {
      if (depth > 8)
***************
*** 59,63 ****
      unsigned int	base;
  
!     bpp = pixman_bits_tPerPixel (depth);
      stride = ((width * bpp + IC_MASK) >> IC_SHIFT) * sizeof (pixman_bits_t);
      buf_size = height * stride;
--- 59,63 ----
      unsigned int	base;
  
!     bpp = pixman_bits_per_pixel (depth);
      stride = ((width * bpp + IC_MASK) >> IC_SHIFT) * sizeof (pixman_bits_t);
      buf_size = height * stride;





More information about the cairo-commit mailing list