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

Commit 8cafa373 authored by Steve Kondik's avatar Steve Kondik
Browse files

surfaceflinger: Fix the fix of the opaque check fix

 * Use the right define.

Change-Id: I78e2aea4bf4ff933ec828cffee1a3e925622ad31
parent d67b177f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -467,7 +467,7 @@ void Layer::setGeometry(

    // this gives us only the "orientation" component of the transform
    const State& s(getDrawingState());
#if defined(QCOM_BSP) && !defined(QCOM_BSP_LEGACY)
#if defined(QTI_BSP) && !defined(QCOM_BSP_LEGACY)
    if (!isOpaque(s)) {
#else
    if (!isOpaque(s) || s.alpha != 0xFF) {