diff -r 6dc066157ed4 -r 07d1685f0cd4 vtengines/videoteleng/Src/Media/CVtEngDrawNGA.cpp --- 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);