windowing/windowserver/nga/CLIENT/RDirect.CPP
branchRCL_3
changeset 97 0e9202c0340c
parent 0 5d03bc08d59c
--- a/windowing/windowserver/nga/CLIENT/RDirect.CPP	Tue May 25 14:06:41 2010 +0300
+++ b/windowing/windowserver/nga/CLIENT/RDirect.CPP	Wed Jun 09 11:06:44 2010 +0300
@@ -528,7 +528,7 @@
 	iAbort.Restart(iReason);
 	}
 
-void CDirectScreenAccess::UpdateSizeAndRotation(CFbsBitGc*/* aGc*/)
+void CDirectScreenAccess::UpdateSizeAndRotation(CFbsBitGc* aGc)
 	{
 	TPixelsAndRotation sizeAndRotation;
 	iWsScreenDevice->GetDefaultScreenSizeAndRotation(sizeAndRotation);
@@ -549,6 +549,8 @@
 			iScreenDevice->SetDrawDeviceOffset(appAreaInDsa.iTl);
 			}
 		}
+	
+	aGc->Activate(iScreenDevice);
 	}
 
 void CDirectScreenAccess::RunL()