comparison include/SDL_config_macos.h @ 1942:4371d679ee12

Hopefully glSDL has been superceded by the OpenGL render driver.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 26 Jul 2006 03:12:05 +0000
parents c121d94672cb
children
comparison
equal deleted inserted replaced
1941:bf09d535e014 1942:4371d679ee12
102 #define SDL_TIMER_MACOS 1 102 #define SDL_TIMER_MACOS 1
103 103
104 /* Enable various video drivers */ 104 /* Enable various video drivers */
105 #define SDL_VIDEO_DRIVER_DUMMY 1 105 #define SDL_VIDEO_DRIVER_DUMMY 1
106 #define SDL_VIDEO_DRIVER_DRAWSPROCKET 1 106 #define SDL_VIDEO_DRIVER_DRAWSPROCKET 1
107 #define SDL_VIDEO_DRIVER_GLSDL 1
108 #define SDL_VIDEO_DRIVER_TOOLBOX 1 107 #define SDL_VIDEO_DRIVER_TOOLBOX 1
109 108
110 /* Enable OpenGL support */ 109 /* Enable OpenGL support */
111 #define SDL_VIDEO_OPENGL 1 110 #define SDL_VIDEO_OPENGL 1
112 111