diff -r bbf46f59e123 -r 25ffed67c7ef graphicstest/uibench/s60/src/windows/tflowwindow.cpp --- 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); }