Fixed bug #221
The Carbon build on Mac OS X uses the toolbox video driver, not quartz. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401764
This commit is contained in:
parent
437e541b69
commit
ee2930d6da
1 changed files with 4 additions and 0 deletions
|
@ -114,7 +114,11 @@
|
|||
|
||||
/* Enable various video drivers */
|
||||
#define SDL_VIDEO_DRIVER_DUMMY 1
|
||||
#if TARGET_API_MAC_CARBON
|
||||
#define SDL_VIDEO_DRIVER_TOOLBOX 1
|
||||
#else
|
||||
#define SDL_VIDEO_DRIVER_QUARTZ 1
|
||||
#endif
|
||||
|
||||
/* Enable OpenGL support */
|
||||
#define SDL_VIDEO_OPENGL 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue