commit | 6b1f41004fa48e96bab61f508867314261de660b | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Aug 06 16:04:29 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Aug 06 16:04:29 2009 -0700 |
tree | d5988740afd45581663457af7870db42faef4160 | |
parent | 1c3561e8d862d8fd27f8e843a18f251b9d9500b4 [diff] [blame] |
added NATIVE_WINDOW_FORMAT attribute to android_native_window_t
diff --git a/include/ui/egl/android_natives.h b/include/ui/egl/android_natives.h index a3a1316..7da69b1 100644 --- a/include/ui/egl/android_natives.h +++ b/include/ui/egl/android_natives.h
@@ -63,7 +63,8 @@ /* attributes queriable with query() */ enum { NATIVE_WINDOW_WIDTH = 0, - NATIVE_WINDOW_HEIGHT = 1 + NATIVE_WINDOW_HEIGHT = 1, + NATIVE_WINDOW_FORMAT = 2, }; struct android_native_window_t