diff options
author | Iliyan Malchev <malchev@google.com> | 2011-05-01 11:33:26 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2011-05-03 16:40:14 -0700 |
commit | b2a153adc9860616acdb96d7cdd64494d5a2a0f2 (patch) | |
tree | 3e87a5d9681d86ad68c14222774f77bc4bd3ae4a /opengl/include | |
parent | be0cc36525f090032d1b84d95e1d8ba5fc714fc2 (diff) | |
download | frameworks_base-b2a153adc9860616acdb96d7cdd64494d5a2a0f2.zip frameworks_base-b2a153adc9860616acdb96d7cdd64494d5a2a0f2.tar.gz frameworks_base-b2a153adc9860616acdb96d7cdd64494d5a2a0f2.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.h | 2 |
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 |