diff -r 414d4b727fd9 -r 89bd4cfee505 windowing/windowserver/nga/CLIENT/RWS.CPP --- a/windowing/windowserver/nga/CLIENT/RWS.CPP Thu Sep 09 10:13:45 2010 +0300 +++ b/windowing/windowserver/nga/CLIENT/RWS.CPP Fri Sep 17 17:00:49 2010 +0300 @@ -1956,7 +1956,7 @@ It always causes a flush of the window server buffer. -Please note that on devices with multiple pointers (for example with multi-touch screen) +Please note that on devices with multiple pointers (for example with multipointer screen) the pointer cursor's position will be equal to the last known position of the emulated pointer. More information about the emulated pointer can be found in description of method RWindowBase::EnableAdvancedPointers(). @@ -2535,23 +2535,6 @@ tfxEffect.RegisterTFXEffect(aAction, aPurpose, aResourceDir, aFilenameOutgoing, aFilenameIncoming, aAppUid, aFlags); } -EXPORT_C void RWsSession::UnregisterEffect(TInt aAction, TInt aPurpose, TUint aAppUid) -/** -Unregister already set animation for a particular transition effect - -@param aAction Particular transition to unregister the animation for. -@param aPurpose The purpose of the window. -@param aAppUid The Application UID this effect applies to. Set to 0 to specify the default effect will be unregistered. - -@capability WriteDeviceData This API does nothing if the client does not possess required Capability - -@publishedPartner -*/ - { - TWsClCmdUnRegisterEffect unregisterEffect(aAction, aPurpose, aAppUid); - Write(&unregisterEffect, sizeof(unregisterEffect), EWsClOpUnregisterTFXEffect); - } - EXPORT_C void RWsSession::UnregisterAllEffects() /** Unregister animation for all transition effects.