Update utils.h

This commit is contained in:
Duy Tran Khanh 2021-01-15 11:19:49 +07:00 committed by GitHub
parent 8e024344b5
commit 84f1c4a560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ static long showingWindow;
static bool isInputReady, isCursorEntered, isPrepareGrabPos, isUseStackQueueCall;
staric int savedWidth, savedHeight;
static int savedWidth, savedHeight;
jboolean attachThread(bool isAndroid, JNIEnv** secondJNIEnvPtr);
char** convert_to_char_array(JNIEnv *env, jobjectArray jstringArray);