comparison src/video/SDL_video.c @ 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
95 &DUMMY_bootstrap, 95 &DUMMY_bootstrap,
96 #endif 96 #endif
97 #if SDL_VIDEO_DRIVER_PANDORA 97 #if SDL_VIDEO_DRIVER_PANDORA
98 &PND_bootstrap, 98 &PND_bootstrap,
99 #endif 99 #endif
100 #if SDL_VIDEO_DRIVER_ANDROID
101 &Android_bootstrap,
102 #endif
100 NULL 103 NULL
101 }; 104 };
102 105
103 static SDL_VideoDevice *_this = NULL; 106 static SDL_VideoDevice *_this = NULL;
104 107