diff -r 2e08ef6b6eda -r 1f307dce3b5a scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/inc/GifAnimationPlugin.h --- a/scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/inc/GifAnimationPlugin.h Tue May 25 12:43:23 2010 +0300 +++ b/scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/inc/GifAnimationPlugin.h Wed Jun 09 09:42:47 2010 +0300 @@ -257,11 +257,15 @@ // code of last loading error occured TInt iLastError; - // pointer to adapter, we do not own the instance - MPluginAdapter* iPluginAdapter; - - // if true, no DRM rights are consumed - TBool isPreviewMode; + // pointer to adapter, we do not own the instance + MPluginAdapter* iPluginAdapter; + + // if true, no DRM rights are consumed + TBool isPreviewMode; + + // a flag to make sure the first ViewerBitmapChangedL is finished, + // then we could draw image on screen + TBool isViewerBitmapChangedL; };