From 2c341907027dd2cd55f09b0b90a224b159233477 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 30 Mar 2011 15:28:21 -0700 Subject: 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(+) (limited to 'include') diff --git a/include/ui/egl/android_natives.h b/include/ui/egl/android_natives.h index 972e799..0a6e4fb 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 -- cgit v1.1