apply work-a-round for syborg graphics to symbian^4 branch, part of fixes described in Bug 2339
authorandy simpson <andrews@symbian.org>
Thu, 19 Aug 2010 17:37:00 +0100
changeset 151 563e02d0a60c
parent 128 d96dac6a9f24
child 156 ec4d3ac02166
apply work-a-round for syborg graphics to symbian^4 branch, part of fixes described in Bug 2339
graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp
--- a/graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp	Fri Jul 23 14:07:19 2010 +0100
+++ b/graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp	Thu Aug 19 17:37:00 2010 +0100
@@ -115,11 +115,12 @@
 void COWFScreenDisplayInfo::ConstructL()
     {
     User::LeaveIfError(iDispChan.Open(iScreenNumber));
-#ifdef __WINS__
+// Temporary work-a-round for syborg
+//#ifdef __WINS__
     iDefaultRotation = RDisplayChannel::ERotationNormal;
-#else
-    iDefaultRotation = RDisplayChannel::ERotation270CW;
-#endif
+//#else
+//    iDefaultRotation = RDisplayChannel::ERotation270CW;
+//#endif
     
     switch (iDispChan.CurrentRotation())
         {