Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 4729:1f7ad083fd3c
Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 22 Aug 2010 12:23:55 -0700 |
parents | e1664f94f026 d40bb3165d2b |
children | 518d1679d2d0 |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Sun Aug 22 12:07:55 2010 -0700 +++ b/src/video/SDL_sysvideo.h Sun Aug 22 12:23:55 2010 -0700 @@ -417,6 +417,9 @@ #if SDL_VIDEO_DRIVER_PANDORA extern VideoBootStrap PND_bootstrap; #endif +#if SDL_VIDEO_DRIVER_ANDROID +extern VideoBootStrap Android_bootstrap; +#endif #define SDL_CurrentDisplay (&_this->displays[_this->current_display]) #define SDL_CurrentRenderer (SDL_CurrentDisplay->current_renderer)