# HG changeset patch # User MattD # Date 1269351130 0 # Node ID b77288873c88aeb75a4642d1149e107680382197 # Parent 82a87c384766fa1945b5c5fba1286689553c3649 COWFScreenDisplayInfo::ConstructL() - setting iDefaultRotation to 'ERotationNormal' for arm targets the same as winscw targets. diff -r 82a87c384766 -r b77288873c88 graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp --- a/graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp Tue Mar 23 13:30:28 2010 +0000 +++ b/graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp Tue Mar 23 13:32:10 2010 +0000 @@ -115,11 +115,7 @@ void COWFScreenDisplayInfo::ConstructL() { User::LeaveIfError(iDispChan.Open(iScreenNumber)); -#ifdef __WINS__ iDefaultRotation = RDisplayChannel::ERotationNormal; -#else - iDefaultRotation = RDisplayChannel::ERotation270CW; -#endif switch (iDispChan.CurrentRotation()) {