Fix a typo in the last change.

This commit is contained in:
Billy Biggs 2005-08-21 21:02:32 +00:00
parent 16ce285251
commit 89a4e13d73
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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