diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-05 18:29:35 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-05 18:29:35 -0700 |
commit | aa8c0ff7a36b4840dcf3e72c9696b86d192c4314 (patch) | |
tree | 04b4b817e26c300ad1da1a27784b0b7b2abf2420 /include/ui/egl/android_natives.h | |
parent | 58a79f47457e9cae2f6880653b581fe3170b0b1f (diff) | |
download | frameworks_native-aa8c0ff7a36b4840dcf3e72c9696b86d192c4314.zip frameworks_native-aa8c0ff7a36b4840dcf3e72c9696b86d192c4314.tar.gz frameworks_native-aa8c0ff7a36b4840dcf3e72c9696b86d192c4314.tar.bz2 |
get rid off unneeded flags
Diffstat (limited to 'include/ui/egl/android_natives.h')
-rw-r--r-- | include/ui/egl/android_natives.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/ui/egl/android_natives.h b/include/ui/egl/android_natives.h index fa3b7a0..0398ea7 100644 --- a/include/ui/egl/android_natives.h +++ b/include/ui/egl/android_natives.h @@ -41,12 +41,6 @@ extern "C" { struct android_native_buffer_t; -enum { - /* attributes of this surface or its updater */ - SURFACE_FLAG_PRESERVE_CONTENT = FRAMEBUFFER_RESERVED0, - SURFACE_FLAG_MAPPED = FRAMEBUFFER_FLAG_MAPPED, -}; - // --------------------------------------------------------------------------- struct android_native_base_t @@ -64,6 +58,7 @@ struct android_native_base_t void (*decRef)(struct android_native_base_t* base); }; +// --------------------------------------------------------------------------- struct android_native_window_t { @@ -138,6 +133,7 @@ struct android_native_window_t void* reserved_proc[5]; }; +// --------------------------------------------------------------------------- /* FIXME: this is legacy for pixmaps */ struct egl_native_pixmap_t |