Guest User

Untitled

a guest
Jun 24th, 2010
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. diff --git a/libs/surfaceflinger/SurfaceFlinger.cpp b/libs/surfaceflinger/SurfaceFlinger.cpp
  2. index 0722fda..09bd5e9 100644
  3. --- a/libs/surfaceflinger/SurfaceFlinger.cpp
  4. +++ b/libs/surfaceflinger/SurfaceFlinger.cpp
  5. @@ -1854,6 +1854,9 @@ void GraphicPlane::setDisplayHardware(DisplayHardware *hw)
  6. case 90:
  7. displayOrientation = ISurfaceComposer::eOrientation90;
  8. break;
  9. + case 180:
  10. + displayOrientation = ISurfaceComposer::eOrientation180;
  11. + break;
  12. case 270:
  13. displayOrientation = ISurfaceComposer::eOrientation270;
  14. break;
Advertisement
Add Comment
Please, Sign In to add comment