graphicsdeviceinterface/screendriver/sgeneric/scnew.cpp
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 45 36b2e23a8629
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
   349 void CScreenDeviceHelper::Update()
   349 void CScreenDeviceHelper::Update()
   350 	{
   350 	{
   351 	if (iUpdateRegion.IsEmpty())
   351 	if (iUpdateRegion.IsEmpty())
   352 		return;
   352 		return;
   353 
   353 
   354 	iSurfaceUpdateSession.SubmitUpdate(ScreenNumber(), iSurface, 0, &iUpdateRegion);
   354 	iSurfaceUpdateSession.SubmitUpdate(KAllScreens, iSurface, 0, &iUpdateRegion);
   355 	iUpdateRegion.Clear();
   355 	iUpdateRegion.Clear();
   356 	}
   356 	}
   357 
   357 
   358 /**
   358 /**
   359 Implementation of corresponding function in CDrawDevice, utilizing a tracked
   359 Implementation of corresponding function in CDrawDevice, utilizing a tracked