Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 1981:3f21778e7433
The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 15:15:06 +0000 |
parents | 542c78b6fb12 |
children | 8055185ae4ed |
comparison
equal
deleted
inserted
replaced
1980:0e7becb566ee | 1981:3f21778e7433 |
---|---|
316 extern VideoBootStrap DirectFB_bootstrap; | 316 extern VideoBootStrap DirectFB_bootstrap; |
317 #endif | 317 #endif |
318 #if SDL_VIDEO_DRIVER_PS2GS | 318 #if SDL_VIDEO_DRIVER_PS2GS |
319 extern VideoBootStrap PS2GS_bootstrap; | 319 extern VideoBootStrap PS2GS_bootstrap; |
320 #endif | 320 #endif |
321 #if SDL_VIDEO_DRIVER_GGI | |
322 extern VideoBootStrap GGI_bootstrap; | |
323 #endif | |
324 #if SDL_VIDEO_DRIVER_VGL | 321 #if SDL_VIDEO_DRIVER_VGL |
325 extern VideoBootStrap VGL_bootstrap; | 322 extern VideoBootStrap VGL_bootstrap; |
326 #endif | 323 #endif |
327 #if SDL_VIDEO_DRIVER_SVGALIB | 324 #if SDL_VIDEO_DRIVER_SVGALIB |
328 extern VideoBootStrap SVGALIB_bootstrap; | 325 extern VideoBootStrap SVGALIB_bootstrap; |