Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 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 |
---|---|
64 #if SDL_VIDEO_DRIVER_DIRECTFB | 64 #if SDL_VIDEO_DRIVER_DIRECTFB |
65 &DirectFB_bootstrap, | 65 &DirectFB_bootstrap, |
66 #endif | 66 #endif |
67 #if SDL_VIDEO_DRIVER_PS2GS | 67 #if SDL_VIDEO_DRIVER_PS2GS |
68 &PS2GS_bootstrap, | 68 &PS2GS_bootstrap, |
69 #endif | |
70 #if SDL_VIDEO_DRIVER_GGI | |
71 &GGI_bootstrap, | |
72 #endif | 69 #endif |
73 #if SDL_VIDEO_DRIVER_VGL | 70 #if SDL_VIDEO_DRIVER_VGL |
74 &VGL_bootstrap, | 71 &VGL_bootstrap, |
75 #endif | 72 #endif |
76 #if SDL_VIDEO_DRIVER_SVGALIB | 73 #if SDL_VIDEO_DRIVER_SVGALIB |