uiacceltk/hitchcock/goommonitor/inc/goomactionlist.h
branchRCL_3
changeset 8 46927d61fef3
parent 6 10534483575f
child 9 3ac8bf5c5014
--- a/uiacceltk/hitchcock/goommonitor/inc/goomactionlist.h	Wed Mar 31 23:03:58 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/inc/goomactionlist.h	Wed Apr 14 16:53:50 2010 +0300
@@ -184,6 +184,13 @@
      */    
     void AppNotExiting(TInt aWgId);
     
+    /**
+     * Sets the flag to free memory using sw rendering. For Alf and other plugins that use sw rendering to reduces gpu mem usage.
+     * @since S60 5.0
+     * @param aUseSwRendering ETrue if sw rendering to be used.
+     */   
+    void SetUseSwRendering(TBool aUseSwRendering);
+    
 // from MGOomActionObserver
 
     /**
@@ -251,6 +258,7 @@
     
     TUint iCurrentPluginRun;
     RArray<TInt> iLowOnMemWgs;
+    TBool iUseSwRendering;
     };
 
 #include "goomactionlist.inl"