changeset 4729 | 1f7ad083fd3c |
parent 4569 | e1664f94f026 |
parent 4701 | d40bb3165d2b |
child 4763 | 518d1679d2d0 |
1.1 --- a/src/video/SDL_sysvideo.h Sun Aug 22 12:07:55 2010 -0700 1.2 +++ b/src/video/SDL_sysvideo.h Sun Aug 22 12:23:55 2010 -0700 1.3 @@ -417,6 +417,9 @@ 1.4 #if SDL_VIDEO_DRIVER_PANDORA 1.5 extern VideoBootStrap PND_bootstrap; 1.6 #endif 1.7 +#if SDL_VIDEO_DRIVER_ANDROID 1.8 +extern VideoBootStrap Android_bootstrap; 1.9 +#endif 1.10 1.11 #define SDL_CurrentDisplay (&_this->displays[_this->current_display]) 1.12 #define SDL_CurrentRenderer (SDL_CurrentDisplay->current_renderer)