windowing/windowserver/nga/CLIENT/RWINDOW.CPP
branchNewGraphicsArchitecture
changeset 84 de3e07519bb7
parent 27 525ea837ea6b
equal deleted inserted replaced
83:77b29c7ebdbb 84:de3e07519bb7
  1201 @deprecated */
  1201 @deprecated */
  1202 	{
  1202 	{
  1203 	__ASSERT_DEBUG(!aRegion.CheckError(),Panic(EW32PanicInvalidRegion));
  1203 	__ASSERT_DEBUG(!aRegion.CheckError(),Panic(EW32PanicInvalidRegion));
  1204 	const TInt regionCount=aRegion.Count();
  1204 	const TInt regionCount=aRegion.Count();
  1205 	TPtrC8 ptrRect(reinterpret_cast<const TUint8*>(aRegion.RectangleList()),regionCount*sizeof(TRect));
  1205 	TPtrC8 ptrRect(reinterpret_cast<const TUint8*>(aRegion.RectangleList()),regionCount*sizeof(TRect));
  1206 //	return(WriteReplyByProvidingRemoteReadAccess(&regionCount,sizeof(regionCount),&ptrRect,EWsWinOpSetShape));
  1206 	return(WriteReplyByProvidingRemoteReadAccess(&regionCount,sizeof(regionCount),&ptrRect,EWsWinOpSetShape));
  1207 	RDebug::Printf("Bug 1863 - RWindowBase::SetShape() deprecated and non-functional. Disabling the panic.");
       
  1208 	return KErrNone;
       
  1209 	}
  1207 	}
  1210 
  1208 
  1211 /** 
  1209 /** 
  1212 This method has been deprecated. Windows can no longer be associated with a display
  1210 This method has been deprecated. Windows can no longer be associated with a display
  1213 mode other than the system display mode. This method no longer has any effect and will 
  1211 mode other than the system display mode. This method no longer has any effect and will