The Carbon build on Mac OS X uses the toolbox video driver, not quartz.
This commit is contained in:
Sam Lantinga
2006-05-10 07:25:37 +00:00
parent 69c495a139
commit b775d4c6b8

View File

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