[cairo-commit] libpixman/src iccolor.c,1.6,1.7
Dave Beckett
commit at pdx.freedesktop.org
Wed Dec 10 14:20:25 PST 2003
Committed by: dajobe
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv9027
Modified Files:
iccolor.c
Log Message:
Rename exported Ic* and PixRegion* functions, types, enums
to be prefixed pixman (or PIXMAN for enum values)
Index: iccolor.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/iccolor.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** iccolor.c 29 Oct 2003 18:45:02 -0000 1.6
--- iccolor.c 10 Dec 2003 22:20:23 -0000 1.7
***************
*** 38,44 ****
void
! IcColorToPixel (const IcFormat *format,
! const IcColor *color,
! IcBits *pixel)
{
uint32_t r, g, b, a;
--- 38,44 ----
void
! pixman_color_tToPixel (const pixman_format_t *format,
! const pixman_color_t *color,
! pixman_bits_t *pixel)
{
uint32_t r, g, b, a;
***************
*** 54,58 ****
*pixel = r|g|b|a;
}
! slim_hidden_def(IcColorToPixel);
static uint16_t
--- 54,58 ----
*pixel = r|g|b|a;
}
! slim_hidden_def(pixman_color_tToPixel);
static uint16_t
***************
*** 68,74 ****
void
! IcPixelToColor (const IcFormat *format,
! const IcBits pixel,
! IcColor *color)
{
uint32_t r, g, b, a;
--- 68,74 ----
void
! pixman_pixel_to_color (const pixman_format_t *format,
! const pixman_bits_t pixel,
! pixman_color_t *color)
{
uint32_t r, g, b, a;
More information about the cairo-commit
mailing list