From d78fc7acbc24e926aafc84357a81fd14f8f1b3c3 Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Sun, 1 May 2011 11:04:33 -0700 Subject: [PATCH] android_native_buffer_t -> ANativeWindowBuffer Change-Id: I246690d0ecd83b6da8dc0abeff68887abd92fc92 Signed-off-by: Iliyan Malchev --- ndk/platforms/android-9/include/EGL/eglext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndk/platforms/android-9/include/EGL/eglext.h b/ndk/platforms/android-9/include/EGL/eglext.h index 1ffcd563f..1123e1673 100644 --- a/ndk/platforms/android-9/include/EGL/eglext.h +++ b/ndk/platforms/android-9/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