Mercurial > sdl-ios-xcode
comparison src/video/android/SDL_androidgl.c @ 4959:16fec41375a6
Don't continually print stub message for testgles
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 20:30:54 -0800 |
parents | faa228f7ce5b |
children | d9fdff945ec9 |
comparison
equal
deleted
inserted
replaced
4958:47e9f1629e62 | 4959:16fec41375a6 |
---|---|
30 #include "../SDL_pixels_c.h" | 30 #include "../SDL_pixels_c.h" |
31 #include "../../events/SDL_events_c.h" | 31 #include "../../events/SDL_events_c.h" |
32 | 32 |
33 #include "SDL_androidvideo.h" | 33 #include "SDL_androidvideo.h" |
34 #include "SDL_androidevents.h" | 34 #include "SDL_androidevents.h" |
35 #include "SDL_androidrender.h" | |
36 | 35 |
37 #include <android/log.h> | 36 #include <android/log.h> |
38 | 37 |
39 #include <pthread.h> | 38 #include <pthread.h> |
40 | 39 |
71 return 1; | 70 return 1; |
72 } | 71 } |
73 | 72 |
74 int Android_GL_MakeCurrent(_THIS, SDL_Window * window, | 73 int Android_GL_MakeCurrent(_THIS, SDL_Window * window, |
75 SDL_GLContext context){ | 74 SDL_GLContext context){ |
76 __android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_MakeCurrent\n"); | 75 //__android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_MakeCurrent\n"); |
77 return 0; | 76 return 0; |
78 } | 77 } |
79 | 78 |
80 int Android_GL_SetSwapInterval(_THIS, int interval){ | 79 int Android_GL_SetSwapInterval(_THIS, int interval){ |
81 __android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_SetSwapInterval\n"); | 80 __android_log_print(ANDROID_LOG_INFO, "SDL", "[STUB] GL_SetSwapInterval\n"); |