Catch up merge. CompilerCompatibility
authorMattD <mattd@symbian.org>
Tue, 23 Mar 2010 13:35:02 +0000
branchCompilerCompatibility
changeset 22 673af61f0c84
parent 17 8a14eb1e2ccd (current diff)
parent 21 b77288873c88 (diff)
child 25 8a20451cf4b8
Catch up merge.
--- a/graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp	Sun Mar 14 13:15:18 2010 +0000
+++ b/graphicscomposition/openwfcompositionengine/adaptation/src/Platform/Graphics/symbian/owfscreen_displaychannel.cpp	Tue Mar 23 13:35:02 2010 +0000
@@ -115,11 +115,7 @@
 void COWFScreenDisplayInfo::ConstructL()
     {
     User::LeaveIfError(iDispChan.Open(iScreenNumber));
-#ifdef __WINS__
     iDefaultRotation = RDisplayChannel::ERotationNormal;
-#else
-    iDefaultRotation = RDisplayChannel::ERotation270CW;
-#endif
     
     switch (iDispChan.CurrentRotation())
         {
--- a/windowing/windowserver/group/wserv.iby	Sun Mar 14 13:15:18 2010 +0000
+++ b/windowing/windowserver/group/wserv.iby	Tue Mar 23 13:35:02 2010 +0000
@@ -23,8 +23,10 @@
 file=ABI_DIR\BUILD_DIR\wserv_nga.exe 	System\Libs\EwSrv.exe
 file=ABI_DIR\BUILD_DIR\ws32_nga.dll 	System\Libs\Ws32.dll
 file=ABI_DIR\BUILD_DIR\remotegc_nga.dll	System\Libs\remotegc.dll 
-file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nga.dll	System\Libs\WsGraphicDrawer.dll 
+file=ABI_DIR\BUILD_DIR\wsgraphicdrawer_nga.dll	System\Libs\WsGraphicDrawer.dll
+#ifndef SYMBIAN_GRAPHICS_USE_OPENWF 
 #include <gce.iby>
+#endif
 #include <wserv_std_plugins.iby>
 //wserv calls eglReleaseThread() on exit
 #include <egl.iby>