vtengines/videoteleng/Src/Media/CVtEngDrawNGA.cpp
branchRCL_3
changeset 8 07d1685f0cd4
parent 2 4a81900cd18b
child 16 4e9858fa9559
--- a/vtengines/videoteleng/Src/Media/CVtEngDrawNGA.cpp	Tue Jan 26 12:01:21 2010 +0200
+++ b/vtengines/videoteleng/Src/Media/CVtEngDrawNGA.cpp	Fri Feb 19 22:53:04 2010 +0200
@@ -752,6 +752,9 @@
     iConfig.iWsSession->RegisterSurface(0, iSurfaceId);   
     iConfig.iRemoteWindow->SetBackgroundSurface(iSurfaceId);
     
+    iConfig.iRemoteWindow->BeginRedraw();
+    iConfig.iRemoteWindow->EndRedraw();
+    
     iCallBackTable[0] = new(ELeave) CActiveCallBack(
             TCallBack(SurfaceBuffer0Ready, this), 
             CActive::EPriorityStandard-1);