commit | 48685c45bb333c3564596158e2e67267110c9277 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri May 08 15:23:38 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri May 08 15:23:38 2009 -0700 |
tree | 6b919a6ae0ba8123fb5c493e7d0e8ffc900fedbd | |
parent | 4047ff2ca078cab7af541f6bf8a9718db7ffe975 [diff] [blame] |
only export the GL entry-points, hide everything else. Conflicts: opengl/libagl/Android.mk opengl/libs/Android.mk opengl/libs/egl_impl.h
diff --git a/opengl/libs/egl_impl.h b/opengl/libs/egl_impl.h index 62ce3fc..312b176 100644 --- a/opengl/libs/egl_impl.h +++ b/opengl/libs/egl_impl.h
@@ -20,6 +20,8 @@ #include <ctype.h> #include <EGL/egl.h> +#include <EGL/eglext.h> +#include <EGL/eglplatform.h> // ---------------------------------------------------------------------------- namespace android {