Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 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 |
---|---|
65 #if SDL_VIDEO_DRIVER_DIRECTFB | 65 #if SDL_VIDEO_DRIVER_DIRECTFB |
66 &DirectFB_bootstrap, | 66 &DirectFB_bootstrap, |
67 #endif | 67 #endif |
68 #if SDL_VIDEO_DRIVER_PS3 | 68 #if SDL_VIDEO_DRIVER_PS3 |
69 &PS3_bootstrap, | 69 &PS3_bootstrap, |
70 #endif | |
71 #if SDL_VIDEO_DRIVER_SVGALIB | |
72 &SVGALIB_bootstrap, | |
73 #endif | 70 #endif |
74 #if SDL_VIDEO_DRIVER_WIN32 | 71 #if SDL_VIDEO_DRIVER_WIN32 |
75 &WIN32_bootstrap, | 72 &WIN32_bootstrap, |
76 #endif | 73 #endif |
77 #if SDL_VIDEO_DRIVER_BWINDOW | 74 #if SDL_VIDEO_DRIVER_BWINDOW |