comparison include/SDL_config_macosx.h @ 1804:2bf1b143745b

Fixed bug #221 The Carbon build on Mac OS X uses the toolbox video driver, not quartz.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 10 May 2006 07:25:37 +0000
parents 18e44c267283
children 103c6fec2a60 78ff7d10dbb5
comparison
equal deleted inserted replaced
1803:79e6943b5f6c 1804:2bf1b143745b
112 /* Enable various timer systems */ 112 /* Enable various timer systems */
113 #define SDL_TIMER_UNIX 1 113 #define SDL_TIMER_UNIX 1
114 114
115 /* Enable various video drivers */ 115 /* Enable various video drivers */
116 #define SDL_VIDEO_DRIVER_DUMMY 1 116 #define SDL_VIDEO_DRIVER_DUMMY 1
117 #if TARGET_API_MAC_CARBON
118 #define SDL_VIDEO_DRIVER_TOOLBOX 1
119 #else
117 #define SDL_VIDEO_DRIVER_QUARTZ 1 120 #define SDL_VIDEO_DRIVER_QUARTZ 1
121 #endif
118 122
119 /* Enable OpenGL support */ 123 /* Enable OpenGL support */
120 #define SDL_VIDEO_OPENGL 1 124 #define SDL_VIDEO_OPENGL 1
121 125
122 /* Enable assembly routines */ 126 /* Enable assembly routines */