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

Commit bb3efa65 authored by Tom Giordano's avatar Tom Giordano
Browse files

surfaceflinger: allow 180 degree hardware rotation

Change-Id: Id6991021701b15f2ce1e5513474238a09d8862bf
parent 2d1ed3a7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2688,6 +2688,9 @@ void GraphicPlane::setDisplayHardware(DisplayHardware *hw)
        case 90:
            displayOrientation = ISurfaceComposer::eOrientation90;
            break;
        case 180:
            displayOrientation = ISurfaceComposer::eOrientation180;
            break;
        case 270:
            displayOrientation = ISurfaceComposer::eOrientation270;
            break;