Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 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 | b68a0e03db02 |
children | edaf3e364a05 |
comparison
equal
deleted
inserted
replaced
5044:4913042e8572 | 5045:1cee937d9fcc |
---|---|
59 #if SDL_VIDEO_DRIVER_COCOA | 59 #if SDL_VIDEO_DRIVER_COCOA |
60 &COCOA_bootstrap, | 60 &COCOA_bootstrap, |
61 #endif | 61 #endif |
62 #if SDL_VIDEO_DRIVER_X11 | 62 #if SDL_VIDEO_DRIVER_X11 |
63 &X11_bootstrap, | 63 &X11_bootstrap, |
64 #endif | |
65 #if SDL_VIDEO_DRIVER_FBCON | |
66 &FBCON_bootstrap, | |
67 #endif | 64 #endif |
68 #if SDL_VIDEO_DRIVER_DIRECTFB | 65 #if SDL_VIDEO_DRIVER_DIRECTFB |
69 &DirectFB_bootstrap, | 66 &DirectFB_bootstrap, |
70 #endif | 67 #endif |
71 #if SDL_VIDEO_DRIVER_PS3 | 68 #if SDL_VIDEO_DRIVER_PS3 |