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

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

am eaf2617f: am 472512f6: Merge "Fix incorrect prototype for JNI call"

* commit 'eaf2617f':
  Fix incorrect prototype for JNI call
parents 3ded587c eaf2617f
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);
}