vtengines/videoteleng/Src/Media/CVtEngDrawNGA.cpp
branchRCL_3
changeset 16 4e9858fa9559
parent 8 07d1685f0cd4
child 24 f15ac8e65a02
--- a/vtengines/videoteleng/Src/Media/CVtEngDrawNGA.cpp	Tue Apr 27 16:40:55 2010 +0300
+++ b/vtengines/videoteleng/Src/Media/CVtEngDrawNGA.cpp	Tue May 11 16:15:55 2010 +0300
@@ -27,6 +27,7 @@
 #include <tdisplaysinkparamsnga.h>
 #include <cvtlogger.h>
 #include <graphics/surfaceconfiguration.h>
+#include <graphics/suerror.h>
 
 // Reversed enumeration for the bitmaps.
 static const MDisplaySink::TBitmapNo KVtEngBitmapNoReversed[] =
@@ -525,7 +526,7 @@
         iCallBackTable[surfaceno]->SetActive();
         iSurfaceUpdateSession.NotifyWhenDisplayed(iCallBackTable[surfaceno]->iStatus, iTimeStamp);
         iSubmitPending = ETrue;
-        iSurfaceUpdateSession.SubmitUpdate(0, iSurfaceId, surfaceno, NULL); 
+        iSurfaceUpdateSession.SubmitUpdate( KAllScreens, iSurfaceId, surfaceno, NULL ); 
         buffer.UnSet();
         }
     if ( iSurfaceBuffers[ KVtEngBitmapNoReversed[ bitmapNo ] ].IsSet() )
@@ -886,7 +887,7 @@
         iCallBackTable[surfaceno]->SetActive();
         iSurfaceUpdateSession.NotifyWhenDisplayed(iCallBackTable[surfaceno]->iStatus, iTimeStamp);
         iSubmitPending = ETrue;
-        iSurfaceUpdateSession.SubmitUpdate(0, iSurfaceId, surfaceno, NULL); 
+        iSurfaceUpdateSession.SubmitUpdate( KAllScreens, iSurfaceId, surfaceno, NULL ); 
         iWaitingBuffers.Remove(*buffer);
         buffer->UnSet();
         }
@@ -919,7 +920,7 @@
         iCallBackTable[surfaceno]->SetActive();
         iSurfaceUpdateSession.NotifyWhenDisplayed(iCallBackTable[surfaceno]->iStatus, iTimeStamp);
         iSubmitPending = ETrue;
-        iSurfaceUpdateSession.SubmitUpdate(0, iSurfaceId, surfaceno, NULL); 
+        iSurfaceUpdateSession.SubmitUpdate( KAllScreens, iSurfaceId, surfaceno, NULL ); 
         iWaitingBuffers.Remove(*buffer);
         buffer->UnSet();
         }