comparison include/SDL_config_macosx.h @ 1658:e49147870aac SDL-1.3

glSDL support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 May 2006 06:58:33 +0000
parents 5b0805ceb50f
children 14717b52abc0
comparison
equal deleted inserted replaced
1657:5b0805ceb50f 1658:e49147870aac
114 /* Enable various timer systems */ 114 /* Enable various timer systems */
115 #define SDL_TIMER_UNIX 1 115 #define SDL_TIMER_UNIX 1
116 116
117 /* Enable various video drivers */ 117 /* Enable various video drivers */
118 #define SDL_VIDEO_DRIVER_DUMMY 1 118 #define SDL_VIDEO_DRIVER_DUMMY 1
119 #define SDL_VIDEO_DRIVER_GLSDL 1
119 #define SDL_VIDEO_DRIVER_QUARTZ 1 120 #define SDL_VIDEO_DRIVER_QUARTZ 1
120 121
121 /* Enable OpenGL support */ 122 /* Enable OpenGL support */
122 #define SDL_VIDEO_OPENGL 1 123 #define SDL_VIDEO_OPENGL 1
123 124