diff options
author | Mathias Agopian <mathias@google.com> | 2009-08-06 16:04:29 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-08-06 16:04:29 -0700 |
commit | 6b1f41004fa48e96bab61f508867314261de660b (patch) | |
tree | d5988740afd45581663457af7870db42faef4160 /include/ui | |
parent | 1c3561e8d862d8fd27f8e843a18f251b9d9500b4 (diff) | |
download | frameworks_native-6b1f41004fa48e96bab61f508867314261de660b.zip frameworks_native-6b1f41004fa48e96bab61f508867314261de660b.tar.gz frameworks_native-6b1f41004fa48e96bab61f508867314261de660b.tar.bz2 |
added NATIVE_WINDOW_FORMAT attribute to android_native_window_t
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/egl/android_natives.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ struct android_native_base_t /* 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 |