comparison src/video/SDL_sysvideo.h @ 3283:1ed5d432e468

Removed outdated Atari support
author Sam Lantinga <slouken@libsdl.org>
date Sun, 20 Sep 2009 04:15:19 +0000
parents 00cace2d9080
children 64a60c5d502e
comparison
equal deleted inserted replaced
3282:10a12f77f597 3283:1ed5d432e468
377 extern VideoBootStrap qnxgf_bootstrap; 377 extern VideoBootStrap qnxgf_bootstrap;
378 #endif 378 #endif
379 #if SDL_VIDEO_DRIVER_EPOC 379 #if SDL_VIDEO_DRIVER_EPOC
380 extern VideoBootStrap EPOC_bootstrap; 380 extern VideoBootStrap EPOC_bootstrap;
381 #endif 381 #endif
382 #if SDL_VIDEO_DRIVER_XBIOS
383 extern VideoBootStrap XBIOS_bootstrap;
384 #endif
385 #if SDL_VIDEO_DRIVER_GEM
386 extern VideoBootStrap GEM_bootstrap;
387 #endif
388 #if SDL_VIDEO_DRIVER_RISCOS 382 #if SDL_VIDEO_DRIVER_RISCOS
389 extern VideoBootStrap RISCOS_bootstrap; 383 extern VideoBootStrap RISCOS_bootstrap;
390 #endif 384 #endif
391 #if SDL_VIDEO_DRIVER_UIKIT 385 #if SDL_VIDEO_DRIVER_UIKIT
392 extern VideoBootStrap UIKIT_bootstrap; 386 extern VideoBootStrap UIKIT_bootstrap;