m3g/m3gcore11/inc/m3g_gl.h
branchRCL_3
changeset 1 fed1595b188e
parent 0 5d03bc08d59c
--- a/m3g/m3gcore11/inc/m3g_gl.h	Tue Feb 02 01:47:50 2010 +0200
+++ b/m3g/m3gcore11/inc/m3g_gl.h	Sat Feb 20 00:07:50 2010 +0200
@@ -29,7 +29,7 @@
 
 #if !(defined(M3G_NGL_CONTEXT_API) || defined(M3G_NGL_TEXTURE_API))
 #   include <GLES/gl.h>
-#   include <GLES/egl.h>
+#   include <EGL/egl.h>
 #else
 
 /*@notfunction@*/
@@ -93,7 +93,7 @@
     
 M3Gbool m3gglGetNativeBitmapParams(M3GNativeBitmap bitmap,
                                    M3GPixelFormat *format,
-                                   M3Gint *width, M3Gint *height);
+                                   M3Gint *width, M3Gint *height, M3Gint *pixels);
 M3Gbool m3gglGetNativeWindowParams(M3GNativeWindow wnd,
                                    M3GPixelFormat *format,
                                    M3Gint *width, M3Gint *height);