[cairo-commit] libpixman/src pixregion.c,1.4,1.5
Dave Beckett
commit at pdx.freedesktop.org
Wed Dec 10 14:22:05 PST 2003
Committed by: dajobe
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv9406
Modified Files:
pixregion.c
Log Message:
Rename exported Ic* and PixRegion* functions, types, enums
to be prefixed pixman (or PIXMAN for enum values)
Index: pixregion.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/pixregion.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pixregion.c 10 Sep 2003 00:35:42 -0000 1.4
--- pixregion.c 10 Dec 2003 22:22:03 -0000 1.5
***************
*** 69,95 ****
#endif
! #define good(reg) assert(PixRegionValidRegion(reg))
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))
! static PixRegionBox PixRegionEmptyBox = {0, 0, 0, 0};
! static PixRegionData PixRegionEmptyData = {0, 0};
[...2717 lines suppressed...]
***************
*** 2518,2525 ****
/* find the band in a region with the most rectangles */
static int
! PixRegionFindMaxBand(PixRegion * prgn)
{
int nbox;
! PixRegionBox * pbox;
int nThisBand;
int nMaxBand = 0;
--- 2518,2525 ----
/* find the band in a region with the most rectangles */
static int
! pixman_region16_tFindMaxBand(pixman_region16_t * prgn)
{
int nbox;
! pixman_box16_t * pbox;
int nThisBand;
int nMaxBand = 0;
More information about the cairo-commit
mailing list