Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 3269:a67a961e2171
Removed outdated OS/2 support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 06:43:45 +0000 |
parents | 82ce350be859 |
children | e8f63b28947d |
comparison
equal
deleted
inserted
replaced
3268:82ce350be859 | 3269:a67a961e2171 |
---|---|
393 extern VideoBootStrap DC_bootstrap; | 393 extern VideoBootStrap DC_bootstrap; |
394 #endif | 394 #endif |
395 #if SDL_VIDEO_DRIVER_RISCOS | 395 #if SDL_VIDEO_DRIVER_RISCOS |
396 extern VideoBootStrap RISCOS_bootstrap; | 396 extern VideoBootStrap RISCOS_bootstrap; |
397 #endif | 397 #endif |
398 #if SDL_VIDEO_DRIVER_OS2FS | |
399 extern VideoBootStrap OS2FSLib_bootstrap; | |
400 #endif | |
401 #if SDL_VIDEO_DRIVER_UIKIT | 398 #if SDL_VIDEO_DRIVER_UIKIT |
402 extern VideoBootStrap UIKIT_bootstrap; | 399 extern VideoBootStrap UIKIT_bootstrap; |
403 #endif | 400 #endif |
404 #if SDL_VIDEO_DRIVER_DUMMY | 401 #if SDL_VIDEO_DRIVER_DUMMY |
405 extern VideoBootStrap DUMMY_bootstrap; | 402 extern VideoBootStrap DUMMY_bootstrap; |