graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp
changeset 151 563e02d0a60c
parent 0 5d03bc08d59c
equal deleted inserted replaced
128:d96dac6a9f24 151:563e02d0a60c
   113     }
   113     }
   114 
   114 
   115 void COWFScreenDisplayInfo::ConstructL()
   115 void COWFScreenDisplayInfo::ConstructL()
   116     {
   116     {
   117     User::LeaveIfError(iDispChan.Open(iScreenNumber));
   117     User::LeaveIfError(iDispChan.Open(iScreenNumber));
   118 #ifdef __WINS__
   118 // Temporary work-a-round for syborg
       
   119 //#ifdef __WINS__
   119     iDefaultRotation = RDisplayChannel::ERotationNormal;
   120     iDefaultRotation = RDisplayChannel::ERotationNormal;
   120 #else
   121 //#else
   121     iDefaultRotation = RDisplayChannel::ERotation270CW;
   122 //    iDefaultRotation = RDisplayChannel::ERotation270CW;
   122 #endif
   123 //#endif
   123     
   124     
   124     switch (iDispChan.CurrentRotation())
   125     switch (iDispChan.CurrentRotation())
   125         {
   126         {
   126         case RDisplayChannel::ERotationNormal:
   127         case RDisplayChannel::ERotationNormal:
   127             iScreenInfo.currentRotation = OWF_ROTATION_0;
   128             iScreenInfo.currentRotation = OWF_ROTATION_0;