Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 919acea2 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am b35b9a86: am 6466f400: am fca4ff38: am eaf2617f: am 472512f6: Merge "Fix...

am b35b9a86: am 6466f400: am fca4ff38: am eaf2617f: am 472512f6: Merge "Fix incorrect prototype for JNI call"

* commit 'b35b9a86':
  Fix incorrect prototype for JNI call
parents 96a0e43e b35b9a86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -572,7 +572,7 @@ static jobject Surface_screenshotAll(JNIEnv* env, jobject clazz, jint width, jin
}

static jobject Surface_screenshot(JNIEnv* env, jobject clazz, jint width, jint height,
        jint minLayer, jint maxLayer, bool allLayers)
        jint minLayer, jint maxLayer)
{
    return doScreenshot(env, clazz, width, height, minLayer, maxLayer, false);
}