apply work-a-round for syborg graphics to symbian^4 branch, part of fixes described in Bug 2339
--- 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())
{