Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 5047:edaf3e364a05
Nobody has stepped up to maintain an svgalib driver. Bye bye! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jan 2011 22:21:31 -0800 |
parents | 1cee937d9fcc |
children | 187d7d446306 |
comparison
equal
deleted
inserted
replaced
5046:4cb778067834 | 5047:edaf3e364a05 |
---|---|
412 extern VideoBootStrap DirectFB_bootstrap; | 412 extern VideoBootStrap DirectFB_bootstrap; |
413 #endif | 413 #endif |
414 #if SDL_VIDEO_DRIVER_PS3 | 414 #if SDL_VIDEO_DRIVER_PS3 |
415 extern VideoBootStrap PS3_bootstrap; | 415 extern VideoBootStrap PS3_bootstrap; |
416 #endif | 416 #endif |
417 #if SDL_VIDEO_DRIVER_SVGALIB | |
418 extern VideoBootStrap SVGALIB_bootstrap; | |
419 #endif | |
420 #if SDL_VIDEO_DRIVER_WIN32 | 417 #if SDL_VIDEO_DRIVER_WIN32 |
421 extern VideoBootStrap WIN32_bootstrap; | 418 extern VideoBootStrap WIN32_bootstrap; |
422 #endif | 419 #endif |
423 #if SDL_VIDEO_DRIVER_BWINDOW | 420 #if SDL_VIDEO_DRIVER_BWINDOW |
424 extern VideoBootStrap BWINDOW_bootstrap; | 421 extern VideoBootStrap BWINDOW_bootstrap; |