scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/inc/GifAnimationPlugin.h
branchRCL_3
changeset 19 1f307dce3b5a
parent 6 04e92f1a7966
--- 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;
     };