windowing/windowserver/test/t_integ/src/t_wservintegstepbasic.cpp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
--- a/windowing/windowserver/test/t_integ/src/t_wservintegstepbasic.cpp	Tue Feb 02 01:47:50 2010 +0200
+++ b/windowing/windowserver/test/t_integ/src/t_wservintegstepbasic.cpp	Fri Apr 16 16:21:04 2010 +0300
@@ -649,7 +649,7 @@
 
 	INFO_PRINTF1(_L("Create Surface update session"));
 	CreateSurfaceUpdateSessionL();
-	err = iSurfaceUpdateSession.SubmitUpdate(0, aSurfaceId, 0, NULL);
+	err = iSurfaceUpdateSession.SubmitUpdate(KAllScreens, aSurfaceId, 0, NULL);
 	if (err!=KErrNone)
 		{
 	   INFO_PRINTF1(_L("Fail in submitting update"));