am 15353541: Merge "Correct typo"
* commit '1535354143362c6a1e223ba475a6ff9cac2e1db4': Correct typo
This commit is contained in:
@@ -24,11 +24,14 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ANDROID_BITMAP_RESUT_SUCCESS 0
|
||||
#define ANDROID_BITMAP_RESULT_SUCCESS 0
|
||||
#define ANDROID_BITMAP_RESULT_BAD_PARAMETER -1
|
||||
#define ANDROID_BITMAP_RESULT_JNI_EXCEPTION -2
|
||||
#define ANDROID_BITMAP_RESULT_ALLOCATION_FAILED -3
|
||||
|
||||
/* Backward compatibility: this macro used to be mispelt. */
|
||||
#define ANDROID_BITMAP_RESUT_SUCCESS ANDROID_BITMAP_RESULT_SUCCESS
|
||||
|
||||
enum AndroidBitmapFormat {
|
||||
ANDROID_BITMAP_FORMAT_NONE = 0,
|
||||
ANDROID_BITMAP_FORMAT_RGBA_8888 = 1,
|
||||
|
||||
@@ -23,11 +23,14 @@
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#define ANDROID_BITMAP_RESUT_SUCCESS 0
|
||||
#define ANDROID_BITMAP_RESULT_SUCCESS 0
|
||||
#define ANDROID_BITMAP_RESULT_BAD_PARAMETER -1
|
||||
#define ANDROID_BITMAP_RESULT_JNI_EXCEPTION -2
|
||||
#define ANDROID_BITMAP_RESULT_ALLOCATION_FAILED -3
|
||||
|
||||
/* Backward compatibility: this macro used to be mispelt. */
|
||||
#define ANDROID_BITMAP_RESUT_SUCCESS ANDROID_BITMAP_RESULT_SUCCESS
|
||||
|
||||
enum AndroidBitmapFormat {
|
||||
ANDROID_BITMAP_FORMAT_NONE = 0,
|
||||
ANDROID_BITMAP_FORMAT_RGBA_8888 = 1,
|
||||
|
||||
Reference in New Issue
Block a user