Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 5045:1cee937d9fcc
Nobody has stepped up to maintain a framebuffer console driver. Bye bye! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jan 2011 22:18:45 -0800 |
parents | aa8888658021 |
children | edaf3e364a05 |
comparison
equal
deleted
inserted
replaced
5044:4913042e8572 | 5045:1cee937d9fcc |
---|---|
406 extern VideoBootStrap COCOA_bootstrap; | 406 extern VideoBootStrap COCOA_bootstrap; |
407 #endif | 407 #endif |
408 #if SDL_VIDEO_DRIVER_X11 | 408 #if SDL_VIDEO_DRIVER_X11 |
409 extern VideoBootStrap X11_bootstrap; | 409 extern VideoBootStrap X11_bootstrap; |
410 #endif | 410 #endif |
411 #if SDL_VIDEO_DRIVER_FBCON | |
412 extern VideoBootStrap FBCON_bootstrap; | |
413 #endif | |
414 #if SDL_VIDEO_DRIVER_DIRECTFB | 411 #if SDL_VIDEO_DRIVER_DIRECTFB |
415 extern VideoBootStrap DirectFB_bootstrap; | 412 extern VideoBootStrap DirectFB_bootstrap; |
416 #endif | 413 #endif |
417 #if SDL_VIDEO_DRIVER_PS3 | 414 #if SDL_VIDEO_DRIVER_PS3 |
418 extern VideoBootStrap PS3_bootstrap; | 415 extern VideoBootStrap PS3_bootstrap; |