scrsaver/scrsaverplugins/ScreenSaverGifAnimPlugin/inc/GifAnimationPlugin.h
branchRCL_3
changeset 16 1f307dce3b5a
parent 6 04e92f1a7966
equal deleted inserted replaced
15:2e08ef6b6eda 16:1f307dce3b5a
   255         TFileName           iFileName;
   255         TFileName           iFileName;
   256         
   256         
   257         // code of last loading error occured
   257         // code of last loading error occured
   258         TInt                iLastError;        
   258         TInt                iLastError;        
   259 
   259 
   260 	    // pointer to adapter, we do not own the instance
   260         // pointer to adapter, we do not own the instance
   261     	MPluginAdapter*             iPluginAdapter;
   261         MPluginAdapter*             iPluginAdapter;
   262     	
   262         
   263     	// if true, no DRM rights are consumed
   263         // if true, no DRM rights are consumed
   264     	TBool               isPreviewMode;
   264         TBool               isPreviewMode;
       
   265         
       
   266         // a flag to make sure the first ViewerBitmapChangedL is finished,
       
   267         // then we could draw image on screen
       
   268         TBool               isViewerBitmapChangedL;
   265     };
   269     };
   266 
   270 
   267 
   271 
   268 /*******************************************************
   272 /*******************************************************
   269 Class CGifAnimationPlugin
   273 Class CGifAnimationPlugin