comparison src/video/SDL_sysvideo.h @ 4295:d62725f761a1 SDL-1.2

Debian patch: 020_libcaca_new_api.diff
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 08:46:06 +0000
parents 3b8ac3d311a2
children
comparison
equal deleted inserted replaced
4294:5b31c369820b 4295:d62725f761a1
405 extern VideoBootStrap OS2FSLib_bootstrap; 405 extern VideoBootStrap OS2FSLib_bootstrap;
406 #endif 406 #endif
407 #if SDL_VIDEO_DRIVER_AALIB 407 #if SDL_VIDEO_DRIVER_AALIB
408 extern VideoBootStrap AALIB_bootstrap; 408 extern VideoBootStrap AALIB_bootstrap;
409 #endif 409 #endif
410 #if SDL_VIDEO_DRIVER_CACA
411 extern VideoBootStrap CACA_bootstrap;
412 #endif
410 #if SDL_VIDEO_DRIVER_DUMMY 413 #if SDL_VIDEO_DRIVER_DUMMY
411 extern VideoBootStrap DUMMY_bootstrap; 414 extern VideoBootStrap DUMMY_bootstrap;
412 #endif 415 #endif
413 416
414 /* This is the current video device */ 417 /* This is the current video device */