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

Commit 02236295 authored by Jason Sams's avatar Jason Sams Committed by Android Git Automerger
Browse files

am 4dd0cf42: Merge "Initialize clipping structure"

* commit '4dd0cf42':
  Initialize clipping structure
parents 3ea395dd 4dd0cf42
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1382,6 +1382,14 @@ nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot,
        sc.zStart     = limit_ptr[4];
        sc.zEnd       = limit_ptr[5];
        sc.strategy   = RS_FOR_EACH_STRATEGY_DONT_CARE;
        sc.arrayStart = 0;
        sc.arrayEnd = 0;
        sc.array2Start = 0;
        sc.array2End = 0;
        sc.array3Start = 0;
        sc.array3End = 0;
        sc.array4Start = 0;
        sc.array4End = 0;

        sca = ≻
    }