diff -r 5456b4e8b3a8 -r 3321d3e205b6 idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h Wed Sep 01 12:32:46 2010 +0100 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xnbackgroundmanager.h Tue Sep 14 20:58:58 2010 +0300 @@ -326,6 +326,23 @@ * to be stored to AknsWallpaperUtils */ TBool iStoreWallpaper; + + /** + * Pointer to wallpaper image. + * Usually wallpaper is read from active view data, but in case of + * finger follow swipe, wallpaper is changed during the page switch. + * Therefore this is used only during finger follow. + * + * Not own. + */ + mutable CFbsBitmap* iWallpaper; + + /* + * Flag to indicate to use bitmap stored in iWallpaper + * instead of reading it from CXnViewData. + * This is used when page is being changed with finger follow swipe. + */ + mutable TBool iImageChanged; }; #endif // CXNBACKGROUNDMANAGER_H