Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Thu Aug 01 23:08:41 2002 +0000 +++ b/src/video/SDL_sysvideo.h Thu Aug 01 23:24:13 2002 +0000 @@ -401,6 +401,9 @@ #ifdef ENABLE_QTOPIA extern VideoBootStrap Qtopia_bootstrap; #endif +#ifdef ENABLE_PICOGUI +extern VideoBootStrap PG_bootstrap; +#endif /* This is the current video device */ extern SDL_VideoDevice *current_video;