graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp
branchNewGraphicsArchitecture
changeset 52 0c41673def7a
parent 49 0ee978e37eb7
child 104 2ae553ab1feb
equal deleted inserted replaced
51:171f62eead1d 52:0c41673def7a
   109     TBool unused;
   109     TBool unused;
   110     // Reset the initial rotation for next time.
   110     // Reset the initial rotation for next time.
   111     iDispChan.SetRotation(iDefaultRotation, unused);
   111     iDispChan.SetRotation(iDefaultRotation, unused);
   112     iDispChan.Close();
   112     iDispChan.Close();
   113     }
   113     }
   114 
       
   115 /*
       
   116  * Temporary hack; whats the best config strategy for Syborg?
       
   117  */
       
   118 #define __SYBORG__
       
   119 
   114 
   120 void COWFScreenDisplayInfo::ConstructL()
   115 void COWFScreenDisplayInfo::ConstructL()
   121     {
   116     {
   122     User::LeaveIfError(iDispChan.Open(iScreenNumber));
   117     User::LeaveIfError(iDispChan.Open(iScreenNumber));
   123 #if defined (__WINS__) || defined (__SYBORG__)
   118 #if defined (__WINS__) || defined (__SYBORG__)