mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 22:48:07 +02:00
Remove duplicate definitions of pixman_color_to_pixel and pixman_composite.
This commit is contained in:
parent
674ed1932e
commit
9e7076fd27
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-11-21 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/pixman-remap.h: Remove duplicate definitions of
|
||||
pixman_color_to_pixel and pixman_composite.
|
||||
|
||||
2005-11-21 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* ROADMAP: Add reminder to fix all memory leaks (as determined by
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2005-11-21 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/pixman-remap.h: Remove duplicate definitions of
|
||||
pixman_color_to_pixel and pixman_composite.
|
||||
|
||||
2005-11-18 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/pixman-remap.h: Remove spurios INT_ prefixes which break the
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
#define pixman_add_trapezoids _cairo_pixman_add_trapezoids
|
||||
#define pixman_color_to_pixel _cairo_pixman_color_to_pixel
|
||||
#define pixman_color_to_pixel _cairo_pixman_color_to_pixel
|
||||
#define composeFunctions _cairo_pixman_compose_functions
|
||||
#define fbComposeSetupMMX _cairo_pixman_compose_setup_mmx
|
||||
#define pixman_composite _cairo_pixman_composite
|
||||
#define pixman_composite _cairo_pixman_composite
|
||||
#define fbCompositeCopyAreammx _cairo_pixman_composite_copy_area_mmx
|
||||
#define fbCompositeSolidMask_nx8888x0565Cmmx _cairo_pixman_composite_solid_mask_nx8888x0565Cmmx
|
||||
#define fbCompositeSolidMask_nx8888x8888Cmmx _cairo_pixman_composite_solid_mask_nx8888x8888Cmmx
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue