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

Commit 7eb3839f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix the issue of screen flashing when adjusting ambient light when...

Merge "Fix the issue of screen flashing when adjusting ambient light when playing HDR video." into main
parents 4a4e0dde 47d29884
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ inline bool equalIgnoringSource(const renderengine::LayerSettings& lhs,
            lhs.disableBlending == rhs.disableBlending && lhs.shadow == rhs.shadow &&
            lhs.backgroundBlurRadius == rhs.backgroundBlurRadius &&
            lhs.stretchEffect == rhs.stretchEffect &&
            lhs.edgeExtensionEffect == rhs.edgeExtensionEffect;
            lhs.edgeExtensionEffect == rhs.edgeExtensionEffect &&
            lhs.whitePointNits == rhs.whitePointNits;
}

inline bool equalIgnoringBuffer(const renderengine::Buffer& lhs, const renderengine::Buffer& rhs) {