commit | b0e76f456afaada43ddb0968bb37145219f90cd3 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Mar 23 14:15:44 2012 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Mar 23 14:15:44 2012 -0700 |
tree | fa7b40ae0eed2dc938ee1a4f0f5ca8ecb3ab67c5 | |
parent | 82dd49041004f657680c249ec9abfac668fb41e9 [diff] |
remove dependency of EGL on ndk header Change-Id: Ia6e489b5b4f028864bdf54923e81f604710dd8ad
diff --git a/opengl/include/EGL/eglplatform.h b/opengl/include/EGL/eglplatform.h index bfac71b..af4d11f 100644 --- a/opengl/include/EGL/eglplatform.h +++ b/opengl/include/EGL/eglplatform.h
@@ -80,8 +80,7 @@ #elif defined(__ANDROID__) || defined(ANDROID) -#include <android/native_window.h> - +struct ANativeWindow; struct egl_native_pixmap_t; typedef struct ANativeWindow* EGLNativeWindowType;