From 1cd921eab3f7feb2391a22c374c408564779cc6e Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 30 Mar 2011 15:28:21 -0700 Subject: [PATCH] Revert "retire android_native_window_t" this type is still used by partner's source trees. we will get rid of it in next release's timeframe. This reverts commit 7b49b976277cb3538242151e7dbd24681ddec73e. --- include/ui/egl/android_natives.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ui/egl/android_natives.h b/include/ui/egl/android_natives.h index 972e79996..0a6e4fbd5 100644 --- a/include/ui/egl/android_natives.h +++ b/include/ui/egl/android_natives.h @@ -291,6 +291,9 @@ struct ANativeWindow void* reserved_proc[2]; }; +// Backwards compatibility... please switch to ANativeWindow. +typedef struct ANativeWindow android_native_window_t; + /* * native_window_set_usage(..., usage) * Sets the intended usage flags for the next buffers