Use CGIMAGEREF drawing strategy on i386 too; the NSBITMAP one appears

to be broken.
This commit is contained in:
Alexei Svitkine 2012-07-03 22:14:32 -04:00
parent 702db1dfec
commit 7e23caf00a

View File

@ -25,8 +25,8 @@
/* Set the strategy for drawing the bitmap in the Mac OS X window */
//#define CGDRAWBITMAP
#if defined __i386__
//#define CGIMAGEREF
#define NSBITMAP
#define CGIMAGEREF
//#define NSBITMAP
#else
#define CGIMAGEREF
//#define NSBITMAP