javauis/lcdui_akn/lcdui/inc/CMIDCanvas.h
branchRCL_3
changeset 23 e5618cc85d74
parent 21 4376525cdefb
child 24 6c158198356e
--- a/javauis/lcdui_akn/lcdui/inc/CMIDCanvas.h	Mon Jun 21 15:32:50 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/inc/CMIDCanvas.h	Thu Jul 15 18:31:06 2010 +0300
@@ -1290,9 +1290,10 @@
     /**
      * Pixel source is activated when canvas has a frame ready to be passed
      * to Alf composition.
+     * @param aDrawingOngoing Flag if system drawing is on now.
      * @since S60 9.2
      */
-    void ActivatePixelSourceL();
+    void ActivatePixelSourceL(TBool aDrawingOngoing);
 
     /**
      * Suspending pixel source releases its resources on graphics HW.
@@ -1584,6 +1585,11 @@
      */
     TBool iForeground;
 
+#ifdef RD_JAVA_S60_RELEASE_9_2
+    // Indicates state of partial VKB
+    TBool iPartialVKBOpen;
+#endif
+
 #ifdef RD_JAVA_NGA_ENABLED
 
     /**