diff options
author | Mathias Agopian <mathias@google.com> | 2011-03-30 15:28:21 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2011-03-30 15:28:21 -0700 |
commit | 2c341907027dd2cd55f09b0b90a224b159233477 (patch) | |
tree | 8a4c8318f7b3f516fbdab72de452966238cb380d /include/ui | |
parent | a3cbe69ae693004b2fa459d95578b4b3189c86fb (diff) | |
download | frameworks_base-2c341907027dd2cd55f09b0b90a224b159233477.zip frameworks_base-2c341907027dd2cd55f09b0b90a224b159233477.tar.gz frameworks_base-2c341907027dd2cd55f09b0b90a224b159233477.tar.bz2 |
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.
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/egl/android_natives.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |