comparison src/video/SDL_sysvideo.h @ 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
351 extern VideoBootStrap PS2GS_bootstrap; 351 extern VideoBootStrap PS2GS_bootstrap;
352 #endif 352 #endif
353 #if SDL_VIDEO_DRIVER_PS3 353 #if SDL_VIDEO_DRIVER_PS3
354 extern VideoBootStrap PS3_bootstrap; 354 extern VideoBootStrap PS3_bootstrap;
355 #endif 355 #endif
356 #if SDL_VIDEO_DRIVER_VGL
357 extern VideoBootStrap VGL_bootstrap;
358 #endif
359 #if SDL_VIDEO_DRIVER_SVGALIB 356 #if SDL_VIDEO_DRIVER_SVGALIB
360 extern VideoBootStrap SVGALIB_bootstrap; 357 extern VideoBootStrap SVGALIB_bootstrap;
361 #endif 358 #endif
362 #if SDL_VIDEO_DRIVER_GAPI 359 #if SDL_VIDEO_DRIVER_GAPI
363 extern VideoBootStrap GAPI_bootstrap; 360 extern VideoBootStrap GAPI_bootstrap;