summaryrefslogtreecommitdiffstats
path: root/include/ui/egl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-08-06 16:04:29 -0700
committerMathias Agopian <mathias@google.com>2009-08-06 16:04:29 -0700
commit25ec00fd13a6310d80a726cc9493a4b394056063 (patch)
tree4ce7da5e64ac5730dea13bcefe07402db4bee0cb /include/ui/egl
parentbb99ffb4db008441e6ac4236d8a48b6e2b0c01d9 (diff)
downloadframeworks_base-25ec00fd13a6310d80a726cc9493a4b394056063.zip
frameworks_base-25ec00fd13a6310d80a726cc9493a4b394056063.tar.gz
frameworks_base-25ec00fd13a6310d80a726cc9493a4b394056063.tar.bz2
added NATIVE_WINDOW_FORMAT attribute to android_native_window_t
Diffstat (limited to 'include/ui/egl')
-rw-r--r--include/ui/egl/android_natives.h3
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