windowing/windowserver/nga/CLIENT/RWINDOW.CPP
changeset 156 ec4d3ac02166
parent 152 9f1c3fea0f87
parent 89 509acdbd8bdd
equal deleted inserted replaced
152:9f1c3fea0f87 156:ec4d3ac02166
  1180 @deprecated */
  1180 @deprecated */
  1181 	{
  1181 	{
  1182 	__ASSERT_DEBUG(!aRegion.CheckError(),Panic(EW32PanicInvalidRegion));
  1182 	__ASSERT_DEBUG(!aRegion.CheckError(),Panic(EW32PanicInvalidRegion));
  1183 	const TInt regionCount=aRegion.Count();
  1183 	const TInt regionCount=aRegion.Count();
  1184 	TPtrC8 ptrRect(reinterpret_cast<const TUint8*>(aRegion.RectangleList()),regionCount*sizeof(TRect));
  1184 	TPtrC8 ptrRect(reinterpret_cast<const TUint8*>(aRegion.RectangleList()),regionCount*sizeof(TRect));
  1185 	return(WriteReplyByProvidingRemoteReadAccess(&regionCount,sizeof(regionCount),&ptrRect,EWsWinOpSetShape));
  1185 //	return(WriteReplyByProvidingRemoteReadAccess(&regionCount,sizeof(regionCount),&ptrRect,EWsWinOpSetShape));
       
  1186 	RDebug::Printf("Bug 1863 - RWindowBase::SetShape() deprecated and non-functional. Disabling the panic.");
       
  1187 	return KErrNone;
  1186 	}
  1188 	}
  1187 
  1189 
  1188 /** 
  1190 /** 
  1189 This method has been deprecated. Windows can no longer be associated with a display
  1191 This method has been deprecated. Windows can no longer be associated with a display
  1190 mode other than the system display mode. This method no longer has any effect and will 
  1192 mode other than the system display mode. This method no longer has any effect and will