vtengines/videoteleng/Src/Media/CVtEngDrawNGA.cpp
branchRCL_3
changeset 8 07d1685f0cd4
parent 2 4a81900cd18b
child 21 4e9858fa9559
equal deleted inserted replaced
4:6dc066157ed4 8:07d1685f0cd4
   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