diff -r bf7481649c98 -r 7f25ef56562d windowing/windowserver/nga/CLIENT/RDirect.CPP --- a/windowing/windowserver/nga/CLIENT/RDirect.CPP Fri Jun 11 14:58:47 2010 +0300 +++ b/windowing/windowserver/nga/CLIENT/RDirect.CPP Wed Jun 23 19:41:15 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()