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

Commit e05b7b50 authored by Igor Murashkin's avatar Igor Murashkin Committed by Gerrit Code Review
Browse files

Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp"

parents 0a1b64fe f9337377
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -630,7 +630,7 @@ not_valid_surface:
    if (producer == NULL)
        goto not_valid_surface;

    window = new android::Surface(producer);
    window = new android::Surface(producer, true);

    if (window == NULL)
        goto not_valid_surface;