Mercurial > sdl-ios-xcode
comparison include/SDL_config_os2.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 |
---|---|
125 | 125 |
126 /* Enable various timer systems */ | 126 /* Enable various timer systems */ |
127 #define SDL_TIMER_OS2 1 | 127 #define SDL_TIMER_OS2 1 |
128 | 128 |
129 /* Enable various video drivers */ | 129 /* Enable various video drivers */ |
130 #define SDL_VIDEO_DRIVER_DUMMY 1 | |
130 #define SDL_VIDEO_DRIVER_OS2FS 1 | 131 #define SDL_VIDEO_DRIVER_OS2FS 1 |
131 | 132 |
132 /* Enable OpenGL support */ | 133 /* Enable OpenGL support */ |
133 /* Nothing here yet for OS/2... :( */ | 134 /* Nothing here yet for OS/2... :( */ |
134 | 135 |