graphicstest/uibench/s60/src/windows/tflowwindow.cpp
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
--- a/graphicstest/uibench/s60/src/windows/tflowwindow.cpp	Tue Aug 31 16:31:06 2010 +0300
+++ b/graphicstest/uibench/s60/src/windows/tflowwindow.cpp	Wed Sep 01 12:39:21 2010 +0100
@@ -77,7 +77,7 @@
     CTWindow::RenderL();
     TRequestStatus status;
     iUpdateSession.NotifyWhenAvailable(status);
-    User::LeaveIfError(iUpdateSession.SubmitUpdate(KAllScreens, 
+    User::LeaveIfError(iUpdateSession.SubmitUpdate(KSgScreenIdMain, 
             iImageCollection.SurfaceId(), 0, &DirtyRegion()));
     User::WaitForRequest(status);
     }