comparison src/video/SDL_sysvideo.h @ 371:db0cc6034336

Added David Hedbor's Qtopia patches
author Sam Lantinga <slouken@libsdl.org>
date Sun, 19 May 2002 20:06:01 +0000
parents f6ffac90895c
children 706de3956894
comparison
equal deleted inserted replaced
370:ba72f259bc88 371:db0cc6034336
396 extern VideoBootStrap XBIOS_bootstrap; 396 extern VideoBootStrap XBIOS_bootstrap;
397 #endif 397 #endif
398 #ifdef ENABLE_GEM 398 #ifdef ENABLE_GEM
399 extern VideoBootStrap GEM_bootstrap; 399 extern VideoBootStrap GEM_bootstrap;
400 #endif 400 #endif
401 #ifdef ENABLE_QTOPIA
402 extern VideoBootStrap Qtopia_bootstrap;
403 #endif
401 /* This is the current video device */ 404 /* This is the current video device */
402 extern SDL_VideoDevice *current_video; 405 extern SDL_VideoDevice *current_video;
403 406
404 #define SDL_VideoSurface (current_video->screen) 407 #define SDL_VideoSurface (current_video->screen)
405 #define SDL_ShadowSurface (current_video->shadow) 408 #define SDL_ShadowSurface (current_video->shadow)