equal
deleted
inserted
replaced
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 /** |
|
817 @internalAll |
|
818 Disclaimer - this API is internal and is subject to change |
|
819 @deprecated */ |
|
820 EXPORT_C TSize RWindowBase::SizeForEgl() const |
|
821 { |
|
822 return Size(); |
|
823 } |
|
824 |
816 EXPORT_C void RWindowBase::SetPosition(const TPoint &aPos) |
825 EXPORT_C void RWindowBase::SetPosition(const TPoint &aPos) |
817 /** Sets the position of a window relative to its parent. |
826 /** Sets the position of a window relative to its parent. |
818 |
827 |
819 The co-ordinates given in aPos specify the position of the top left-hand |
828 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. |
829 corner of the window, relative to the top left-hand corner of its parent. |
1234 /** Dummy implementation in order to preserve compatibility with WSERV NGA. |
1243 /** Dummy implementation in order to preserve compatibility with WSERV NGA. |
1235 @internalComponent */ |
1244 @internalComponent */ |
1236 { |
1245 { |
1237 ASSERT(0); |
1246 ASSERT(0); |
1238 } |
1247 } |
|
1248 |
|
1249 /** |
|
1250 @internalAll |
|
1251 Disclaimer - this API is internal and is subject to change |
|
1252 @deprecated */ |
|
1253 EXPORT_C TInt RWindowBase::FixNativeOrientation() |
|
1254 { |
|
1255 return KErrNotSupported; |
|
1256 } |
1239 |
1257 |
1240 EXPORT_C TInt RWindowBase::AllocPointerMoveBuffer(TInt aMaxNumPoints, TUint aFlags) |
1258 EXPORT_C TInt RWindowBase::AllocPointerMoveBuffer(TInt aMaxNumPoints, TUint aFlags) |
1241 /** Allocates a buffer for storing pointer movements. |
1259 /** Allocates a buffer for storing pointer movements. |
1242 |
1260 |
1243 The pointer move buffer is used by applications that need to process every |
1261 The pointer move buffer is used by applications that need to process every |