Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Sun May 19 19:54:01 2002 +0000 +++ b/src/video/SDL_sysvideo.h Sun May 19 20:06:01 2002 +0000 @@ -398,6 +398,9 @@ #ifdef ENABLE_GEM extern VideoBootStrap GEM_bootstrap; #endif +#ifdef ENABLE_QTOPIA +extern VideoBootStrap Qtopia_bootstrap; +#endif /* This is the current video device */ extern SDL_VideoDevice *current_video;