comparison src/video/SDL_sysvideo.h @ 630:550bccdf04bd

Added initial support for RISC OS (thanks Peter Naulls!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 May 2003 04:44:13 +0000
parents dad72daf44b3
children 9c42ee1b7d77
comparison
equal deleted inserted replaced
629:3fa401bb4bb5 630:550bccdf04bd
407 extern VideoBootStrap PG_bootstrap; 407 extern VideoBootStrap PG_bootstrap;
408 #endif 408 #endif
409 #ifdef ENABLE_DC 409 #ifdef ENABLE_DC
410 extern VideoBootStrap DC_bootstrap; 410 extern VideoBootStrap DC_bootstrap;
411 #endif 411 #endif
412 #ifdef ENABLE_RISCOS
413 extern VideoBootStrap RISCOS_bootstrap;
414 #endif
412 /* This is the current video device */ 415 /* This is the current video device */
413 extern SDL_VideoDevice *current_video; 416 extern SDL_VideoDevice *current_video;
414 417
415 #define SDL_VideoSurface (current_video->screen) 418 #define SDL_VideoSurface (current_video->screen)
416 #define SDL_ShadowSurface (current_video->shadow) 419 #define SDL_ShadowSurface (current_video->shadow)