# HG changeset patch # User andy simpson # Date 1282235820 -3600 # Node ID 563e02d0a60c9d66df009cb4a3331368d75500c0 # Parent d96dac6a9f243eb1603f2fba2f304f41823914bc apply work-a-round for syborg graphics to symbian^4 branch, part of fixes described in Bug 2339 diff -r d96dac6a9f24 -r 563e02d0a60c 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()) {