[cairo-commit] libpixman/src icimage.c,1.17,1.18
Dave Beckett
commit at pdx.freedesktop.org
Wed Dec 10 15:39:58 PST 2003
Committed by: dajobe
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv14045
Modified Files:
icimage.c
Log Message:
Correct some more renames where the order of the renaming
caused later renames to fail due to earlier prefixes failing.
Index: icimage.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/icimage.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** icimage.c 10 Dec 2003 23:23:31 -0000 1.17
--- icimage.c 10 Dec 2003 23:39:56 -0000 1.18
***************
*** 49,53 ****
pixman_image_t *
! pixman_image_createForData (pixman_bits_t *data, pixman_format_t *format, int width, int height, int bpp, int stride)
{
pixman_image_t *image;
--- 49,53 ----
pixman_image_t *
! pixman_image_create_for_data (pixman_bits_t *data, pixman_format_t *format, int width, int height, int bpp, int stride)
{
pixman_image_t *image;
***************
*** 132,136 ****
image->pCompositeClip = pixman_region_create();
! pixman_region_unionRect (image->pCompositeClip, image->pCompositeClip,
0, 0, image->pixels->width, image->pixels->height);
--- 132,136 ----
image->pCompositeClip = pixman_region_create();
! pixman_region_union_rect (image->pCompositeClip, image->pCompositeClip,
0, 0, image->pixels->width, image->pixels->height);
More information about the cairo-commit
mailing list