comparison include/SDL_config_macosx.h @ 5140:e594f07297a9

Removed partially functional renderers
author Sam Lantinga <slouken@libsdl.org>
date Mon, 31 Jan 2011 22:21:29 -0800
parents 455bc74f7034
children 6a65c1fc07af
comparison
equal deleted inserted replaced
5139:1a47d41912ff 5140:e594f07297a9
149 #define SDL_VIDEO_DRIVER_X11_XSHAPE 1 149 #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
150 150
151 #ifndef SDL_VIDEO_RENDER_OGL 151 #ifndef SDL_VIDEO_RENDER_OGL
152 #define SDL_VIDEO_RENDER_OGL 1 152 #define SDL_VIDEO_RENDER_OGL 1
153 #endif 153 #endif
154 #ifndef SDL_VIDEO_RENDER_X11
155 #define SDL_VIDEO_RENDER_X11 1
156 #endif
157 154
158 /* Enable OpenGL support */ 155 /* Enable OpenGL support */
159 #ifndef SDL_VIDEO_OPENGL 156 #ifndef SDL_VIDEO_OPENGL
160 #define SDL_VIDEO_OPENGL 1 157 #define SDL_VIDEO_OPENGL 1
161 #endif 158 #endif