Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4700:cf23d9b8e606 | 4701:d40bb3165d2b |
---|---|
412 extern VideoBootStrap NDS_bootstrap; | 412 extern VideoBootStrap NDS_bootstrap; |
413 #endif | 413 #endif |
414 #if SDL_VIDEO_DRIVER_PANDORA | 414 #if SDL_VIDEO_DRIVER_PANDORA |
415 extern VideoBootStrap PND_bootstrap; | 415 extern VideoBootStrap PND_bootstrap; |
416 #endif | 416 #endif |
417 #if SDL_VIDEO_DRIVER_ANDROID | |
418 extern VideoBootStrap Android_bootstrap; | |
419 #endif | |
417 | 420 |
418 #define SDL_CurrentDisplay (&_this->displays[_this->current_display]) | 421 #define SDL_CurrentDisplay (&_this->displays[_this->current_display]) |
419 #define SDL_CurrentRenderer (SDL_CurrentDisplay->current_renderer) | 422 #define SDL_CurrentRenderer (SDL_CurrentDisplay->current_renderer) |
420 | 423 |
421 extern SDL_VideoDevice *SDL_GetVideoDevice(); | 424 extern SDL_VideoDevice *SDL_GetVideoDevice(); |