summaryrefslogtreecommitdiffstats
path: root/opengl/include
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-05-01 11:33:26 -0700
committerIliyan Malchev <malchev@google.com>2011-05-03 16:40:14 -0700
commit697526bc9e44ce61c88614f98387ae8bbf0a187e (patch)
tree2a928d6e8442d5ec1990d63e6b355b02a54c3bf6 /opengl/include
parentec10d231c0eaadbcb143932e5c1bb7c1953125a7 (diff)
downloadframeworks_native-697526bc9e44ce61c88614f98387ae8bbf0a187e.zip
frameworks_native-697526bc9e44ce61c88614f98387ae8bbf0a187e.tar.gz
frameworks_native-697526bc9e44ce61c88614f98387ae8bbf0a187e.tar.bz2
frameworks/base: android_native_buffer_t -> ANativeWindowBuffer
Change-Id: Idc2eabaa805bb6d308ebb315872623f28d428417 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'opengl/include')
-rw-r--r--opengl/include/EGL/eglext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/include/EGL/eglext.h b/opengl/include/EGL/eglext.h
index 1ffcd56..1123e16 100644
--- a/opengl/include/EGL/eglext.h
+++ b/opengl/include/EGL/eglext.h
@@ -225,7 +225,7 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBNVPROC) (EGLSyncNV sync, EGL
#ifndef EGL_ANDROID_image_native_buffer
#define EGL_ANDROID_image_native_buffer 1
-struct android_native_buffer_t;
+struct ANativeWindowBuffer;
#define EGL_NATIVE_BUFFER_ANDROID 0x3140 /* eglCreateImageKHR target */
#endif