diff options
author | Mathias Agopian <mathias@google.com> | 2010-06-09 18:46:35 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2010-06-09 18:56:05 -0700 |
commit | e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6 (patch) | |
tree | 92e39b1556b048c8752a5b6c1075491ed5ab4a96 /opengl/include/EGL/egl.h | |
parent | 11cca925b23a5226d0582e9da52a1627eaa4a9b3 (diff) | |
download | frameworks_native-e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6.zip frameworks_native-e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6.tar.gz frameworks_native-e81a3cb2bd16f0ce1e9c256559aaa2095a1f41f6.tar.bz2 |
update EGL headers to the latest
note that this doesn't update the EGL stubs.
Change-Id: I00274431a490249d93eb6b5ba13f274b7f2682ae
Diffstat (limited to 'opengl/include/EGL/egl.h')
-rw-r--r-- | opengl/include/EGL/egl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opengl/include/EGL/egl.h b/opengl/include/EGL/egl.h index c269976..99ea342 100644 --- a/opengl/include/EGL/egl.h +++ b/opengl/include/EGL/egl.h @@ -1,7 +1,7 @@ /* -*- mode: c; tab-width: 8; -*- */ /* vi: set sw=4 ts=8: */ /* Reference version of egl.h for EGL 1.4. - * $Revision: 7244 $ on $Date: 2009-01-20 17:06:59 -0800 (Tue, 20 Jan 2009) $ + * $Revision: 9356 $ on $Date: 2009-10-21 02:52:25 -0700 (Wed, 21 Oct 2009) $ */ /* @@ -109,7 +109,6 @@ typedef void *EGLClientBuffer; #define EGL_NATIVE_RENDERABLE 0x302D #define EGL_NATIVE_VISUAL_ID 0x302E #define EGL_NATIVE_VISUAL_TYPE 0x302F -#define EGL_PRESERVED_RESOURCES 0x3030 #define EGL_SAMPLES 0x3031 #define EGL_SAMPLE_BUFFERS 0x3032 #define EGL_SURFACE_TYPE 0x3033 |