Commit 39bbcdd7 authored by Roman Sedaikin's avatar Roman Sedaikin

Added function getWindowHandle() for JCEF support. (Fixed return)

parent a4fe2a31
...@@ -212,7 +212,7 @@ extern "C" ...@@ -212,7 +212,7 @@ extern "C"
if (result == JNI_FALSE) if (result == JNI_FALSE)
{ {
fprintf(stderr, "JAWT_GetAWT failed! Result is JNI_FALSE\n"); fprintf(stderr, "JAWT_GetAWT failed! Result is JNI_FALSE\n");
return; return -1;
} }
if (jvm == NULL) if (jvm == NULL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment