comparison 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
comparison
equal deleted inserted replaced
4694:c24ba2cc9583 4729:1f7ad083fd3c
415 extern VideoBootStrap NDS_bootstrap; 415 extern VideoBootStrap NDS_bootstrap;
416 #endif 416 #endif
417 #if SDL_VIDEO_DRIVER_PANDORA 417 #if SDL_VIDEO_DRIVER_PANDORA
418 extern VideoBootStrap PND_bootstrap; 418 extern VideoBootStrap PND_bootstrap;
419 #endif 419 #endif
420 #if SDL_VIDEO_DRIVER_ANDROID
421 extern VideoBootStrap Android_bootstrap;
422 #endif
420 423
421 #define SDL_CurrentDisplay (&_this->displays[_this->current_display]) 424 #define SDL_CurrentDisplay (&_this->displays[_this->current_display])
422 #define SDL_CurrentRenderer (SDL_CurrentDisplay->current_renderer) 425 #define SDL_CurrentRenderer (SDL_CurrentDisplay->current_renderer)
423 426
424 extern SDL_VideoDevice *SDL_GetVideoDevice(void); 427 extern SDL_VideoDevice *SDL_GetVideoDevice(void);