diff -r b01126ce0bec -r ba63c83f4716 menufw/menufwui/mmwidgets/inc/mmdraweranimator.h --- a/menufw/menufwui/mmwidgets/inc/mmdraweranimator.h Wed Sep 15 12:00:00 2010 +0300 +++ b/menufw/menufwui/mmwidgets/inc/mmdraweranimator.h Wed Oct 13 14:18:30 2010 +0300 @@ -12,7 +12,7 @@ * Contributors: * * Description: CMmDrawerAnimator declaration -* Version : %version: MM_17.1.11 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: MM_17.1.10 % << Don't touch! Updated by Synergy at check-out. * */ @@ -160,8 +160,8 @@ * and end in the EDrag floating item position, when item had been start drag. * * @since S60 v5.0 - * @param aDraggedIndex Draged item index to be animated. - * @param aPoint End position of animated item. + * @param aDraggedIndex Draged item index to be animated. + * @param aPoint End position of animated item. */ void AnimateDragItemStartL( TInt aDraggedIndex, TPoint aPoint ); @@ -239,6 +239,11 @@ TTimeIntervalMicroSeconds iDelay; /** + * Last redraw time + */ + TTime iLastRedrawTime; + + /** * Effects api. */ MAknListBoxTfx *iTransTfx;