comparison include/SDL_config_macosx.h @ 1931:103c6fec2a60

The Mac OS X Cocoa video driver is under construction... Note that SDLmain is no longer necessary on Mac OS X. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 23 Jul 2006 09:11:10 +0000
parents 2bf1b143745b
children e554a6547303
comparison
equal deleted inserted replaced
1930:9483df98e011 1931:103c6fec2a60
111 111
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_COCOA 1
116 #define SDL_VIDEO_DRIVER_DUMMY 1 117 #define SDL_VIDEO_DRIVER_DUMMY 1
117 #if TARGET_API_MAC_CARBON
118 #define SDL_VIDEO_DRIVER_TOOLBOX 1
119 #else
120 #define SDL_VIDEO_DRIVER_QUARTZ 1
121 #endif
122 118
123 /* Enable OpenGL support */ 119 /* Enable OpenGL support */
124 #define SDL_VIDEO_OPENGL 1 120 #define SDL_VIDEO_OPENGL 1
125 121
126 /* Enable assembly routines */ 122 /* Enable assembly routines */