windowing/windowserver/nga/CLIENT/RWINDOW.CPP
changeset 85 cdf2f6e5c390
parent 45 36b2e23a8629
child 89 509acdbd8bdd
child 116 171fae344dd4
equal deleted inserted replaced
69:3365349494cc 85:cdf2f6e5c390
   839             return size;
   839             return size;
   840             }
   840             }
   841         }
   841         }
   842 	}
   842 	}
   843 
   843 
       
   844 /**
       
   845 @internalAll
       
   846 Disclaimer - this API is internal and is subject to change
       
   847 @deprecated */
       
   848 EXPORT_C TSize RWindowBase::SizeForEgl() const
       
   849     {
       
   850     return Size();
       
   851     }
       
   852     
   844 EXPORT_C void RWindowBase::SetPosition(const TPoint &aPos)
   853 EXPORT_C void RWindowBase::SetPosition(const TPoint &aPos)
   845 /** Sets the position of a window relative to its parent. 
   854 /** Sets the position of a window relative to its parent. 
   846 
   855 
   847 The co-ordinates given in aPos specify the position of the top left-hand 
   856 The co-ordinates given in aPos specify the position of the top left-hand 
   848 corner of the window, relative to the top left-hand corner of its parent. 
   857 corner of the window, relative to the top left-hand corner of its parent. 
  1375 @publishedPartner To become publishedAll with WSERV NGA APIs
  1384 @publishedPartner To become publishedAll with WSERV NGA APIs
  1376 @prototype To become released with WSERV NGA APIs */
  1385 @prototype To become released with WSERV NGA APIs */
  1377 	{
  1386 	{
  1378 	Write(EWsWinOpEnableAdvancedPointers);
  1387 	Write(EWsWinOpEnableAdvancedPointers);
  1379 	}
  1388 	}
       
  1389 
       
  1390 /**
       
  1391 @internalAll
       
  1392 Disclaimer - this API is internal and is subject to change
       
  1393 @deprecated */
       
  1394 EXPORT_C TInt RWindowBase::FixNativeOrientation()
       
  1395     {
       
  1396     return KErrNotSupported;
       
  1397     }
  1380 
  1398 
  1381 EXPORT_C TInt RWindowBase::AllocPointerMoveBuffer(TInt aMaxNumPoints, TUint aFlags)
  1399 EXPORT_C TInt RWindowBase::AllocPointerMoveBuffer(TInt aMaxNumPoints, TUint aFlags)
  1382 /** Allocates a buffer for storing pointer movements. 
  1400 /** Allocates a buffer for storing pointer movements. 
  1383 
  1401 
  1384 The pointer move buffer is used by applications that need to process every 
  1402 The pointer move buffer is used by applications that need to process every