Mercurial > sdl-ios-xcode
diff src/video/android/SDL_androidgl.c @ 4980:d9fdff945ec9
A bit of cleanup in the Android driver
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 12 Jan 2011 13:52:41 -0800 |
parents | 16fec41375a6 |
children | 58b6bb4a45e9 |
line wrap: on
line diff
--- a/src/video/android/SDL_androidgl.c Wed Jan 12 13:52:27 2011 -0800 +++ b/src/video/android/SDL_androidgl.c Wed Jan 12 13:52:41 2011 -0800 @@ -21,17 +21,11 @@ */ #include "SDL_config.h" -/* Android SDL video driver implementation -*/ +/* Android SDL video driver implementation */ #include "SDL_video.h" -#include "SDL_mouse.h" -#include "../SDL_sysvideo.h" -#include "../SDL_pixels_c.h" -#include "../../events/SDL_events_c.h" #include "SDL_androidvideo.h" -#include "SDL_androidevents.h" #include <android/log.h> @@ -58,13 +52,6 @@ __android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_UnloadLibrary\n"); } -/* -int *Android_GL_GetVisual(_THIS, Display * display, int screen){ - __android_log_print(ANDROID_LOG_INFO, "SDL","[STUB] GL_GetVisual\n"); - return 0; -} -*/ - SDL_GLContext Android_GL_CreateContext(_THIS, SDL_Window * window){ Android_CreateContext(); return 1;