windowing/windowserver/test/t_integ/src/t_wservintegstepbasic.cpp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
   647 			}
   647 			}
   648 		}
   648 		}
   649 
   649 
   650 	INFO_PRINTF1(_L("Create Surface update session"));
   650 	INFO_PRINTF1(_L("Create Surface update session"));
   651 	CreateSurfaceUpdateSessionL();
   651 	CreateSurfaceUpdateSessionL();
   652 	err = iSurfaceUpdateSession.SubmitUpdate(0, aSurfaceId, 0, NULL);
   652 	err = iSurfaceUpdateSession.SubmitUpdate(KAllScreens, aSurfaceId, 0, NULL);
   653 	if (err!=KErrNone)
   653 	if (err!=KErrNone)
   654 		{
   654 		{
   655 	   INFO_PRINTF1(_L("Fail in submitting update"));
   655 	   INFO_PRINTF1(_L("Fail in submitting update"));
   656 		}
   656 		}
   657 	}
   657 	}