equal
deleted
inserted
replaced
750 } |
750 } |
751 |
751 |
752 iConfig.iWsSession->RegisterSurface(0, iSurfaceId); |
752 iConfig.iWsSession->RegisterSurface(0, iSurfaceId); |
753 iConfig.iRemoteWindow->SetBackgroundSurface(iSurfaceId); |
753 iConfig.iRemoteWindow->SetBackgroundSurface(iSurfaceId); |
754 |
754 |
|
755 iConfig.iRemoteWindow->BeginRedraw(); |
|
756 iConfig.iRemoteWindow->EndRedraw(); |
|
757 |
755 iCallBackTable[0] = new(ELeave) CActiveCallBack( |
758 iCallBackTable[0] = new(ELeave) CActiveCallBack( |
756 TCallBack(SurfaceBuffer0Ready, this), |
759 TCallBack(SurfaceBuffer0Ready, this), |
757 CActive::EPriorityStandard-1); |
760 CActive::EPriorityStandard-1); |
758 CActiveScheduler::Add(iCallBackTable[0]); |
761 CActiveScheduler::Add(iCallBackTable[0]); |
759 |
762 |