diff src/video/android/SDL_androidgl.c @ 5207:daa5463466c5

Fixed building on Android, added SDL_opengles2.h, removed unnecessary SDL_glesfuncs.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 06 Feb 2011 02:35:14 -0800
parents 327f181542f1
children c66b2a778b7e
line wrap: on
line diff
--- a/src/video/android/SDL_androidgl.c	Sun Feb 06 00:48:41 2011 -0800
+++ b/src/video/android/SDL_androidgl.c	Sun Feb 06 02:35:14 2011 -0800
@@ -56,7 +56,7 @@
 Android_GL_CreateContext(_THIS, SDL_Window * window)
 {
     Android_JNI_CreateContext();
-    return 1;
+    return (SDL_GLContext)1;
 }
 
 int