diff options
author | Jamie Gennis <jgennis@google.com> | 2011-01-30 15:05:42 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-01-30 15:05:42 -0800 |
commit | 4453b1a5b64e5926f987227660de8c8c62695697 (patch) | |
tree | 247e12e540ede87b9ce812023082bbf5a664543c /include/ui | |
parent | 4b91b4b117a907288c73d44cbdb946142904877e (diff) | |
parent | 09443aeb6470d66f5bc1938b70d74b3e2f9bbbb9 (diff) | |
download | frameworks_base-4453b1a5b64e5926f987227660de8c8c62695697.zip frameworks_base-4453b1a5b64e5926f987227660de8c8c62695697.tar.gz frameworks_base-4453b1a5b64e5926f987227660de8c8c62695697.tar.bz2 |
am 09443aeb: am 62884505: Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb
* commit '09443aeb6470d66f5bc1938b70d74b3e2f9bbbb9':
Reset ANativeWindow crop on buffer geometry changes.
Diffstat (limited to 'include/ui')
-rw-r--r-- | include/ui/egl/android_natives.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/egl/android_natives.h b/include/ui/egl/android_natives.h index 654d0f3..fdc8105 100644 --- a/include/ui/egl/android_natives.h +++ b/include/ui/egl/android_natives.h @@ -315,6 +315,8 @@ static inline int native_window_set_buffer_count( * If all parameters are 0, the normal behavior is restored. That is, * dequeued buffers following this call will be sized to the window's size. * + * Calling this function will reset the window crop to a NULL value, which + * disables cropping of the buffers. */ static inline int native_window_set_buffers_geometry( ANativeWindow* window, |