am fc187b1e: Merge "update native_window.h ndk header" into gingerbread

* commit 'fc187b1e3a73275dba91e98d912aa23d7b097fc9':
  update native_window.h ndk header
This commit is contained in:
David Turner
2010-11-02 01:51:44 -07:00
committed by Android Git Automerger

View File

@@ -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.