comparison src/video/SDL_sysvideo.h @ 3257:94fb40a4a9a7

Merged Martin's code changes from Google Summer of Code 2009
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Sep 2009 04:51:29 +0000
parents 494559cc723b
children 82ce350be859
comparison
equal deleted inserted replaced
3256:83c87f2b2aab 3257:94fb40a4a9a7
357 extern VideoBootStrap DirectFB_bootstrap; 357 extern VideoBootStrap DirectFB_bootstrap;
358 #endif 358 #endif
359 #if SDL_VIDEO_DRIVER_PS2GS 359 #if SDL_VIDEO_DRIVER_PS2GS
360 extern VideoBootStrap PS2GS_bootstrap; 360 extern VideoBootStrap PS2GS_bootstrap;
361 #endif 361 #endif
362 #if SDL_VIDEO_DRIVER_PS3
363 extern VideoBootStrap PS3_bootstrap;
364 #endif
362 #if SDL_VIDEO_DRIVER_VGL 365 #if SDL_VIDEO_DRIVER_VGL
363 extern VideoBootStrap VGL_bootstrap; 366 extern VideoBootStrap VGL_bootstrap;
364 #endif 367 #endif
365 #if SDL_VIDEO_DRIVER_SVGALIB 368 #if SDL_VIDEO_DRIVER_SVGALIB
366 extern VideoBootStrap SVGALIB_bootstrap; 369 extern VideoBootStrap SVGALIB_bootstrap;