diff options
| author | David Turner <digit@google.com> | 2010-11-02 01:49:47 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-02 01:49:47 -0700 |
| commit | fc187b1e3a73275dba91e98d912aa23d7b097fc9 (patch) | |
| tree | 088d276b63a9b77f2cd5138e329c0028ebf470c9 | |
| parent | 10795d840b0991fd6150475803610b125d4ea262 (diff) | |
| parent | 3323f5912cec801061cb9cd61e03b9604dec27a2 (diff) | |
Merge "update native_window.h ndk header" into gingerbread
| -rw-r--r-- | ndk/platforms/android-9/include/android/native_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk/platforms/android-9/include/android/native_window.h b/ndk/platforms/android-9/include/android/native_window.h index ad03d0e93..f3d75507c 100644 --- a/ndk/platforms/android-9/include/android/native_window.h +++ b/ndk/platforms/android-9/include/android/native_window.h @@ -96,7 +96,7 @@ int32_t ANativeWindow_getFormat(ANativeWindow* window); * For all of these parameters, if 0 is supplied then the window's base * value will come back in force. */ -int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height); +int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format); /** * Lock the window's next drawing surface for writing. |
