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

Commit 839d41b9 authored by David Sodman's avatar David Sodman
Browse files

SF: Change renderEngine->re

Change compositionInfo.renderEngine to compositionInfo.re

Merged-in: I5fdad71c1c713516e3d3ac47f62817192a6c1fbc

Test: Compile/run manually
Change-Id: I5fdad71c1c713516e3d3ac47f62817192a6c1fbc
parent 5d89c1d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ struct CompositionInfo {
    } hwc;
    struct {
        Mesh* mesh;
    } renderEngine;
    } re;
};

class LayerBE {