Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/libs/surfaceflinger/SurfaceFlinger.cpp b/libs/surfaceflinger/SurfaceFlinger.cpp
- index 0722fda..09bd5e9 100644
- --- a/libs/surfaceflinger/SurfaceFlinger.cpp
- +++ b/libs/surfaceflinger/SurfaceFlinger.cpp
- @@ -1854,6 +1854,9 @@ void GraphicPlane::setDisplayHardware(DisplayHardware *hw)
- case 90:
- displayOrientation = ISurfaceComposer::eOrientation90;
- break;
- + case 180:
- + displayOrientation = ISurfaceComposer::eOrientation180;
- + break;
- case 270:
- displayOrientation = ISurfaceComposer::eOrientation270;
- break;
Advertisement
Add Comment
Please, Sign In to add comment