Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 1944:91f41fc124a7
The AAlib driver is fun, but not worth rewriting for SDL 1.3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 26 Jul 2006 03:24:27 +0000 |
parents | 4371d679ee12 |
children | 3182150b470f |
comparison
equal
deleted
inserted
replaced
1943:7d642361ef0f | 1944:91f41fc124a7 |
---|---|
370 extern VideoBootStrap RISCOS_bootstrap; | 370 extern VideoBootStrap RISCOS_bootstrap; |
371 #endif | 371 #endif |
372 #if SDL_VIDEO_DRIVER_OS2FS | 372 #if SDL_VIDEO_DRIVER_OS2FS |
373 extern VideoBootStrap OS2FSLib_bootstrap; | 373 extern VideoBootStrap OS2FSLib_bootstrap; |
374 #endif | 374 #endif |
375 #if SDL_VIDEO_DRIVER_AALIB | |
376 extern VideoBootStrap AALIB_bootstrap; | |
377 #endif | |
378 #if SDL_VIDEO_DRIVER_DUMMY | 375 #if SDL_VIDEO_DRIVER_DUMMY |
379 extern VideoBootStrap DUMMY_bootstrap; | 376 extern VideoBootStrap DUMMY_bootstrap; |
380 #endif | 377 #endif |
381 | 378 |
382 #define SDL_CurrentDisplay (_this->displays[_this->current_display]) | 379 #define SDL_CurrentDisplay (_this->displays[_this->current_display]) |