Mercurial > sdl-ios-xcode
comparison src/video/SDL_video.c @ 3276:720d176be107
Removed outdated VGL support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 07:30:29 +0000 |
parents | a4a34a511ba0 |
children | 00cace2d9080 |
comparison
equal
deleted
inserted
replaced
3275:a4a34a511ba0 | 3276:720d176be107 |
---|---|
64 #if SDL_VIDEO_DRIVER_PS2GS | 64 #if SDL_VIDEO_DRIVER_PS2GS |
65 &PS2GS_bootstrap, | 65 &PS2GS_bootstrap, |
66 #endif | 66 #endif |
67 #if SDL_VIDEO_DRIVER_PS3 | 67 #if SDL_VIDEO_DRIVER_PS3 |
68 &PS3_bootstrap, | 68 &PS3_bootstrap, |
69 #endif | |
70 #if SDL_VIDEO_DRIVER_VGL | |
71 &VGL_bootstrap, | |
72 #endif | 69 #endif |
73 #if SDL_VIDEO_DRIVER_SVGALIB | 70 #if SDL_VIDEO_DRIVER_SVGALIB |
74 &SVGALIB_bootstrap, | 71 &SVGALIB_bootstrap, |
75 #endif | 72 #endif |
76 #if SDL_VIDEO_DRIVER_GAPI | 73 #if SDL_VIDEO_DRIVER_GAPI |