Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 1533:38c1eb6b0083
By default all the real targets have dummy audio/video and disk audio.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 14 Mar 2006 16:19:32 +0000 |
parents | 30f189cdd82b |
children | 932ba94c4032 |
comparison
equal
deleted
inserted
replaced
1532:30f189cdd82b | 1533:38c1eb6b0083 |
---|---|
150 #define SDL_VIDEO_DRIVER_GAPI 1 | 150 #define SDL_VIDEO_DRIVER_GAPI 1 |
151 #endif | 151 #endif |
152 #ifndef _WIN32_WCE | 152 #ifndef _WIN32_WCE |
153 #define SDL_VIDEO_DRIVER_DDRAW 1 | 153 #define SDL_VIDEO_DRIVER_DDRAW 1 |
154 #endif | 154 #endif |
155 #define SDL_VIDEO_DRIVER_DUMMY 1 | |
155 #define SDL_VIDEO_DRIVER_WINDIB 1 | 156 #define SDL_VIDEO_DRIVER_WINDIB 1 |
156 | 157 |
157 /* Enable OpenGL support */ | 158 /* Enable OpenGL support */ |
158 #ifndef _WIN32_WCE | 159 #ifndef _WIN32_WCE |
159 #define SDL_VIDEO_OPENGL 1 | 160 #define SDL_VIDEO_OPENGL 1 |