uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h
branchRCL_3
changeset 15 cd0ae4656946
parent 13 3a60ebea00d0
--- a/uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h	Wed Jun 09 10:41:25 2010 +0300
+++ b/uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h	Mon Jun 21 16:41:52 2010 +0300
@@ -819,11 +819,16 @@
     IMPORT_C void CopyScreenToBitmapL(CFbsBitmap* aBitmap);
     
     
+    /**
+     * Does background clearing for native alf application
+     */
     void DoBackgroundClear();
     
-    void ScanningAlfContent(TBool aScanning );
+    void ScanningAlfContent(TBool aScanning);
     void SetAlfContentChanged(TBool aChanged);
     TBool AlfContentChanged();
+    IMPORT_C void SetSkinSizeChangePending();
+    TBool QueryAndResetSkinSizeChangePendingStatus();
     TRect CurrentDirtyRect();
     
 private:
@@ -1041,6 +1046,7 @@
 	/** For handling alf content update */
     TBool iScanningAlfContent;
     TBool iDisplayContainsChangedAlfContent;
+    TBool iDisplaySizeChangePending;
     };
 
 #endif  // __HUIDISPLAY_H__