comparison src/video/SDL_sysvideo.h @ 281:c5010ab8ba35

Added initial support for Atari (thanks Patrice!)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 17 Feb 2002 19:54:28 +0000
parents e8157fcb3114
children eadc0746dfaf
comparison
equal deleted inserted replaced
280:0ddcea45d829 281:c5010ab8ba35
390 extern VideoBootStrap EPOC_bootstrap; 390 extern VideoBootStrap EPOC_bootstrap;
391 #endif 391 #endif
392 #ifdef ENABLE_DUMMYVIDEO 392 #ifdef ENABLE_DUMMYVIDEO
393 extern VideoBootStrap DUMMY_bootstrap; 393 extern VideoBootStrap DUMMY_bootstrap;
394 #endif 394 #endif
395 #ifdef ENABLE_XBIOS
396 extern VideoBootStrap XBIOS_bootstrap;
397 #endif
398 #ifdef ENABLE_GEM
399 extern VideoBootStrap GEM_bootstrap;
400 #endif
395 /* This is the current video device */ 401 /* This is the current video device */
396 extern SDL_VideoDevice *current_video; 402 extern SDL_VideoDevice *current_video;
397 403
398 #define SDL_VideoSurface (current_video->screen) 404 #define SDL_VideoSurface (current_video->screen)
399 #define SDL_ShadowSurface (current_video->shadow) 405 #define SDL_ShadowSurface (current_video->shadow)