windowing/windowserver/nonnga/CLIENT/RWINDOW.CPP
branchRCL_3
changeset 4 15986eb6c500
parent 0 5d03bc08d59c
child 19 bbf46f59e123
equal deleted inserted replaced
3:ac96196b945c 4:15986eb6c500
   811 	TPckgBuf<TSize> sizePkg;
   811 	TPckgBuf<TSize> sizePkg;
   812   	WriteReplyP(&sizePkg,EWsWinOpSize);
   812   	WriteReplyP(&sizePkg,EWsWinOpSize);
   813 	return(sizePkg());
   813 	return(sizePkg());
   814 	}
   814 	}
   815 
   815 
       
   816 EXPORT_C TSize RWindowBase::SizeForEgl() const
       
   817 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
   818     @internalComponent */ 
       
   819 	{
       
   820 	ASSERT(0);
       
   821 	return TSize();
       
   822 	}
       
   823 
   816 EXPORT_C void RWindowBase::SetPosition(const TPoint &aPos)
   824 EXPORT_C void RWindowBase::SetPosition(const TPoint &aPos)
   817 /** Sets the position of a window relative to its parent. 
   825 /** Sets the position of a window relative to its parent. 
   818 
   826 
   819 The co-ordinates given in aPos specify the position of the top left-hand 
   827 The co-ordinates given in aPos specify the position of the top left-hand 
   820 corner of the window, relative to the top left-hand corner of its parent. 
   828 corner of the window, relative to the top left-hand corner of its parent. 
  1233 EXPORT_C void RWindowBase::EnableAdvancedPointers()
  1241 EXPORT_C void RWindowBase::EnableAdvancedPointers()
  1234 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  1242 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
  1235     @internalComponent */ 
  1243     @internalComponent */ 
  1236 	{
  1244 	{
  1237 	ASSERT(0);	
  1245 	ASSERT(0);	
       
  1246 	}
       
  1247 
       
  1248 EXPORT_C TInt RWindowBase::FixNativeOrientation()
       
  1249 /** Dummy implementation in order to preserve compatibility with WSERV NGA.
       
  1250     @internalComponent */ 
       
  1251 	{
       
  1252 	ASSERT(0);
       
  1253 	return KErrNotSupported;	
  1238 	}
  1254 	}
  1239 
  1255 
  1240 EXPORT_C TInt RWindowBase::AllocPointerMoveBuffer(TInt aMaxNumPoints, TUint aFlags)
  1256 EXPORT_C TInt RWindowBase::AllocPointerMoveBuffer(TInt aMaxNumPoints, TUint aFlags)
  1241 /** Allocates a buffer for storing pointer movements. 
  1257 /** Allocates a buffer for storing pointer movements. 
  1242 
  1258