comparison src/video/SDL_sysvideo.h @ 509:dad72daf44b3

Added initial support for Dreamcast (thanks HERO!)
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Oct 2002 16:50:56 +0000
parents a6fa62b1be09
children 550bccdf04bd
comparison
equal deleted inserted replaced
508:9ff7e90aaa94 509:dad72daf44b3
404 extern VideoBootStrap Qtopia_bootstrap; 404 extern VideoBootStrap Qtopia_bootstrap;
405 #endif 405 #endif
406 #ifdef ENABLE_PICOGUI 406 #ifdef ENABLE_PICOGUI
407 extern VideoBootStrap PG_bootstrap; 407 extern VideoBootStrap PG_bootstrap;
408 #endif 408 #endif
409 #ifdef ENABLE_DC
410 extern VideoBootStrap DC_bootstrap;
411 #endif
409 /* This is the current video device */ 412 /* This is the current video device */
410 extern SDL_VideoDevice *current_video; 413 extern SDL_VideoDevice *current_video;
411 414
412 #define SDL_VideoSurface (current_video->screen) 415 #define SDL_VideoSurface (current_video->screen)
413 #define SDL_ShadowSurface (current_video->shadow) 416 #define SDL_ShadowSurface (current_video->shadow)