comparison src/video/SDL_sysvideo.h @ 433:706de3956894

Added initial support for PicoGUI (thanks Micah!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 01 Aug 2002 23:24:13 +0000
parents db0cc6034336
children 8a43e0cbf02f
comparison
equal deleted inserted replaced
432:80a35d43a58f 433:706de3956894
399 extern VideoBootStrap GEM_bootstrap; 399 extern VideoBootStrap GEM_bootstrap;
400 #endif 400 #endif
401 #ifdef ENABLE_QTOPIA 401 #ifdef ENABLE_QTOPIA
402 extern VideoBootStrap Qtopia_bootstrap; 402 extern VideoBootStrap Qtopia_bootstrap;
403 #endif 403 #endif
404 #ifdef ENABLE_PICOGUI
405 extern VideoBootStrap PG_bootstrap;
406 #endif
404 /* This is the current video device */ 407 /* This is the current video device */
405 extern SDL_VideoDevice *current_video; 408 extern SDL_VideoDevice *current_video;
406 409
407 #define SDL_VideoSurface (current_video->screen) 410 #define SDL_VideoSurface (current_video->screen)
408 #define SDL_ShadowSurface (current_video->shadow) 411 #define SDL_ShadowSurface (current_video->shadow)