summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJamie Gennis <jgennis@google.com>2011-01-30 15:03:03 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-01-30 15:03:03 -0800
commit09443aeb6470d66f5bc1938b70d74b3e2f9bbbb9 (patch)
tree296a7dcef912e7717c4433e2d8dc6c68bb50cbc4 /include
parent935275cbe058f5a60ac2cf1a3321fd49550fd37c (diff)
parent628845056282a0c5b1a212ce5aeeaac092b91ec8 (diff)
downloadframeworks_base-09443aeb6470d66f5bc1938b70d74b3e2f9bbbb9.zip
frameworks_base-09443aeb6470d66f5bc1938b70d74b3e2f9bbbb9.tar.gz
frameworks_base-09443aeb6470d66f5bc1938b70d74b3e2f9bbbb9.tar.bz2
am 62884505: Merge "Reset ANativeWindow crop on buffer geometry changes." into honeycomb
* commit '628845056282a0c5b1a212ce5aeeaac092b91ec8': Reset ANativeWindow crop on buffer geometry changes.
Diffstat (limited to 'include')
-rw-r--r--include/ui/egl/android_natives.h2
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,