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

Commit 172a62a2 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

make sure to pass the transform-hint on ANW.connect

this optimization was probably lost during ST refactoring.

Change-Id: I845978c4b718cb91941d15b30484837f19714abe
parent 568569aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -675,7 +675,7 @@ status_t BufferQueue::connect(int api,
                mConnectedApi = api;
                *outWidth = mDefaultWidth;
                *outHeight = mDefaultHeight;
                *outTransform = 0;
                *outTransform = mTransformHint;
            }
            break;
        default: