Mercurial > sdl-ios-xcode
diff src/video/SDL_sysvideo.h @ 4701:d40bb3165d2b
Added (partially implemented) android video backend and associated files needed to build
author | Paul Hunkin <paul@bieh.net> |
---|---|
date | Thu, 10 Jun 2010 18:54:23 +1200 |
parents | fb905d5674cc |
children | 1f7ad083fd3c |
line wrap: on
line diff
--- a/src/video/SDL_sysvideo.h Sun May 23 15:18:16 2010 +1200 +++ b/src/video/SDL_sysvideo.h Thu Jun 10 18:54:23 2010 +1200 @@ -414,6 +414,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)