diff 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
line wrap: on
line diff
--- a/include/SDL_config_macosx.h	Sun Jul 23 00:55:25 2006 +0000
+++ b/include/SDL_config_macosx.h	Sun Jul 23 09:11:10 2006 +0000
@@ -113,12 +113,8 @@
 #define SDL_TIMER_UNIX	1
 
 /* Enable various video drivers */
+#define SDL_VIDEO_DRIVER_COCOA	1
 #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