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 | 9bd5da4db97fec7cdbe6e07870411c1fcaff4365 (patch) | |
| tree | d7c369e3c2a0683e393f88a225d9de3ae6b2e094 /include/ui/egl | |
| parent | b51e18d59b6f8e44a5d3516fc3359c54fa913331 (diff) | |
| download | frameworks_base-9bd5da4db97fec7cdbe6e07870411c1fcaff4365.zip frameworks_base-9bd5da4db97fec7cdbe6e07870411c1fcaff4365.tar.gz frameworks_base-9bd5da4db97fec7cdbe6e07870411c1fcaff4365.tar.bz2 | |
get rid off unneeded flags
Diffstat (limited to 'include/ui/egl')
| -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 |
