diff -r 3365349494cc -r cdf2f6e5c390 windowing/windowserver/nga/CLIENT/RWINDOW.CPP --- a/windowing/windowserver/nga/CLIENT/RWINDOW.CPP Fri May 14 17:10:13 2010 +0300 +++ b/windowing/windowserver/nga/CLIENT/RWINDOW.CPP Thu May 27 14:13:51 2010 +0300 @@ -841,6 +841,15 @@ } } +/** +@internalAll +Disclaimer - this API is internal and is subject to change +@deprecated */ +EXPORT_C TSize RWindowBase::SizeForEgl() const + { + return Size(); + } + EXPORT_C void RWindowBase::SetPosition(const TPoint &aPos) /** Sets the position of a window relative to its parent. @@ -1378,6 +1387,15 @@ Write(EWsWinOpEnableAdvancedPointers); } +/** +@internalAll +Disclaimer - this API is internal and is subject to change +@deprecated */ +EXPORT_C TInt RWindowBase::FixNativeOrientation() + { + return KErrNotSupported; + } + EXPORT_C TInt RWindowBase::AllocPointerMoveBuffer(TInt aMaxNumPoints, TUint aFlags) /** Allocates a buffer for storing pointer movements.