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

Commit 7895e90e authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Surface: Fix controlledByApp parameter

Bug: 10425641
Change-Id: I1a47e2ce4ecbdb8e67030a5d9ddf6604c5e2497d
parent d2cf8c2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ Surface::Surface(
    mTransformHint = 0;
    mConsumerRunningBehind = false;
    mConnectedToCpu = false;
    mProducerControlledByApp = true;
    mProducerControlledByApp = controlledByApp;
    mSwapIntervalZero = false;
}