uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h
branchRCL_3
changeset 24 f93c875b566e
parent 22 7c5dd702d6d3
child 34 3a60ebea00d0
--- a/uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h	Tue May 11 17:03:00 2010 +0300
+++ b/uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h	Tue May 25 13:39:57 2010 +0300
@@ -821,6 +821,10 @@
     
     void DoBackgroundClear();
     
+    void ScanningAlfContent(TBool aScanning );
+    void SetAlfContentChanged(TBool aChanged);
+    TBool AlfContentChanged();
+    
 private:
 
     /**
@@ -1030,6 +1034,10 @@
     
     /** Current dirty region for this refresh instance */
     RDirtyRegions iTempDirtyRegions;
+    
+	/** For handling alf content update */
+    TBool iScanningAlfContent;
+    TBool iDisplayContainsChangedAlfContent;
     };
 
 #endif  // __HUIDISPLAY_H__