windowing/windowserver/nga/CLIENT/RWINDOW.CPP
changeset 89 509acdbd8bdd
parent 85 cdf2f6e5c390
parent 76 6d325c59acb5
child 156 ec4d3ac02166
equal deleted inserted replaced
85:cdf2f6e5c390 89:509acdbd8bdd
  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