ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/video_macosx.h
(Generate patch)

Comparing BasiliskII/src/MacOSX/video_macosx.h (file contents):
Revision 1.10 by gbeauche, 2005-01-30T21:42:13Z vs.
Revision 1.11 by gbeauche, 2007-06-30T07:33:30Z

# Line 24 | Line 24
24  
25   /* Set the strategy for drawing the bitmap in the Mac OS X window */
26   //#define CGDRAWBITMAP
27 + #if defined __i386__
28 + //#define CGIMAGEREF
29 + #define NSBITMAP
30 + #else
31   #define CGIMAGEREF
32   //#define NSBITMAP
33 + #endif
34  
35   // Using Core Graphics is fastest when rendering 32bit data.
36   // Using CGImageRefs allows us to use all the bitmaps that BasiliskII supports.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines