[cairo-commit] libpixman/src iccolor.c,1.7,1.8
Dave Beckett
commit at pdx.freedesktop.org
Wed Dec 10 15:23:13 PST 2003
Committed by: dajobe
Update of /cvs/cairo/libpixman/src
In directory pdx:/tmp/cvs-serv13089
Modified Files:
iccolor.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: iccolor.c
===================================================================
RCS file: /cvs/cairo/libpixman/src/iccolor.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** iccolor.c 10 Dec 2003 22:20:23 -0000 1.7
--- iccolor.c 10 Dec 2003 23:23:11 -0000 1.8
***************
*** 38,42 ****
void
! pixman_color_tToPixel (const pixman_format_t *format,
const pixman_color_t *color,
pixman_bits_t *pixel)
--- 38,42 ----
void
! pixman_color_to_pixel (const pixman_format_t *format,
const pixman_color_t *color,
pixman_bits_t *pixel)
***************
*** 54,58 ****
*pixel = r|g|b|a;
}
! slim_hidden_def(pixman_color_tToPixel);
static uint16_t
--- 54,58 ----
*pixel = r|g|b|a;
}
! slim_hidden_def(pixman_color_to_pixel);
static uint16_t
More information about the cairo-commit
mailing list