graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h
branchRCL_3
changeset 20 25ffed67c7ef
parent 19 bbf46f59e123
--- a/graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h	Tue Aug 31 16:31:06 2010 +0300
+++ b/graphicscomposition/openwfsupport/test/tstreamoperation/surfaceutility.h	Wed Sep 01 12:39:21 2010 +0100
@@ -62,6 +62,8 @@
 	//Native Stream
 	void FillNativeStreamSurfaceL(TSurfaceId& aSurface, TUint8* aBufferPtr, const TRgb& aColor);
 	TBool CompareSurfacesL(TSurfaceId& aSurface, TInt aBuffer, TSurfaceId& aStreamSurface, TUint8* aBufferPtr);
+	
+	void SetAutoUpdateScreenNum(TInt aScreenNum);
 	RSurfaceManager& Manager()	{return iManager;}
 	RSurfaceUpdateSession& Session()	{return iSurfaceUpdateSession;}
 private:
@@ -71,6 +73,7 @@
 private:
 	RSurfaceManager iManager;
 	RSurfaceUpdateSession iSurfaceUpdateSession;
+    TInt    iScreenNum;
 	//This local object wraps the array operations in a heap switch
 	//The reason for providing this wrapper is to allow threads to share the surface manager surface ID list.
 	//In particular, the next test can attempt to release the previous test's surfaces if it paniced.