mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-23 16:40:53 +01:00
Fix a typo in the last change.
This commit is contained in:
parent
16ce285251
commit
89a4e13d73
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-08-21 Billy Biggs <vektor@dumbterm.net>
|
||||
|
||||
* src/pixman-remap.h: Fix a typo in the last change.
|
||||
|
||||
2005-08-21 Billy Biggs <vektor@dumbterm.net>
|
||||
|
||||
* src/fbpict.c: Remove warning about fbCompositeTrans_0888xnx0888 not
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
#define pixman_format_destroy _cairo_pixman_format_destroy
|
||||
#define pixman_format_get_masks _cairo_pixman_format_get_masks
|
||||
#define pixman_format_init _cairo_pixman_format_init
|
||||
#ifdef USE_MMX && !defined(__amd64__) && !defined(__x86_64__)
|
||||
#if defined(USE_MMX) && !defined(__amd64__) && !defined(__x86_64__)
|
||||
#define fbHaveMMX _cairo_pixman_have_mmx
|
||||
#endif
|
||||
#define pixman_image_create _cairo_pixman_image_create
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue