uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h
changeset 13 8f67d927ea57
parent 0 15bf7259bb7c
child 14 83d2d132aa58
--- a/uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h	Tue Feb 02 07:56:43 2010 +0200
+++ b/uiaccelerator_plat/alf_core_toolkit_api/inc/uiacceltk/HuiDisplay.h	Fri Mar 19 09:43:21 2010 +0200
@@ -677,7 +677,7 @@
      *
      * @return  Pointer to native window, or <code>NULL</code>.
      */
-    RDrawableWindow* NativeWindow();
+    IMPORT_C RDrawableWindow* NativeWindow();
 
     /**
      * Returns the rendering surface of the display.
@@ -805,9 +805,20 @@
      */
     IMPORT_C CFbsBitmap* ForegroundBitmap() const;
     
+    
 private:
 
     /**
+     * Uploads foreground bitmap to texture.
+     */
+    void UpdateForegroundTexture(const TRect& aRect);
+    
+    /**
+     * Actual upload foreground bitmap to texture.
+     */
+    void DoUpdateForegroundTextureL(const TRect& aRect);
+    
+    /**
      * Draws foreground texture.
      */     
     void DrawForegroundTexture();