windowing/windowserver/nga/CLIENT/RWINDOW.CPP
changeset 76 6d325c59acb5
parent 45 36b2e23a8629
child 89 509acdbd8bdd
equal deleted inserted replaced
71:9e048f93dc24 76:6d325c59acb5
  1171 @deprecated */
  1171 @deprecated */
  1172 	{
  1172 	{
  1173 	__ASSERT_DEBUG(!aRegion.CheckError(),Panic(EW32PanicInvalidRegion));
  1173 	__ASSERT_DEBUG(!aRegion.CheckError(),Panic(EW32PanicInvalidRegion));
  1174 	const TInt regionCount=aRegion.Count();
  1174 	const TInt regionCount=aRegion.Count();
  1175 	TPtrC8 ptrRect(reinterpret_cast<const TUint8*>(aRegion.RectangleList()),regionCount*sizeof(TRect));
  1175 	TPtrC8 ptrRect(reinterpret_cast<const TUint8*>(aRegion.RectangleList()),regionCount*sizeof(TRect));
  1176 	return(WriteReplyByProvidingRemoteReadAccess(&regionCount,sizeof(regionCount),&ptrRect,EWsWinOpSetShape));
  1176 //	return(WriteReplyByProvidingRemoteReadAccess(&regionCount,sizeof(regionCount),&ptrRect,EWsWinOpSetShape));
       
  1177 	RDebug::Printf("Bug 1863 - RWindowBase::SetShape() deprecated and non-functional. Disabling the panic.");
       
  1178 	return KErrNone;
  1177 	}
  1179 	}
  1178 
  1180 
  1179 /** 
  1181 /** 
  1180 This method has been deprecated. Windows can no longer be associated with a display
  1182 This method has been deprecated. Windows can no longer be associated with a display
  1181 mode other than the system display mode. This method no longer has any effect and will 
  1183 mode other than the system display mode. This method no longer has any effect and will