Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 1658:e49147870aac SDL-1.3
glSDL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 01 May 2006 06:58:33 +0000 |
parents | a80e1e0880b8 |
children | 281d3f4870e5 |
comparison
equal
deleted
inserted
replaced
1657:5b0805ceb50f | 1658:e49147870aac |
---|---|
153 #endif | 153 #endif |
154 #ifndef _WIN32_WCE | 154 #ifndef _WIN32_WCE |
155 #define SDL_VIDEO_DRIVER_DDRAW 1 | 155 #define SDL_VIDEO_DRIVER_DDRAW 1 |
156 #endif | 156 #endif |
157 #define SDL_VIDEO_DRIVER_DUMMY 1 | 157 #define SDL_VIDEO_DRIVER_DUMMY 1 |
158 #ifndef _WIN32_WCE | |
159 #define SDL_VIDEO_DRIVER_GLSDL 1 | |
160 #endif | |
158 #define SDL_VIDEO_DRIVER_WINDIB 1 | 161 #define SDL_VIDEO_DRIVER_WINDIB 1 |
159 | 162 |
160 /* Enable OpenGL support */ | 163 /* Enable OpenGL support */ |
161 #ifndef _WIN32_WCE | 164 #ifndef _WIN32_WCE |
162 #define SDL_VIDEO_OPENGL 1 | 165 #define SDL_VIDEO_OPENGL 1 |