uiacceltk/hitchcock/backgroundanim/inc/bganimhost.h
branchRCL_3
changeset 17 3ac8bf5c5014
parent 11 46927d61fef3
child 22 7c5dd702d6d3
--- a/uiacceltk/hitchcock/backgroundanim/inc/bganimhost.h	Wed Apr 14 16:53:50 2010 +0300
+++ b/uiacceltk/hitchcock/backgroundanim/inc/bganimhost.h	Tue Apr 27 17:34:42 2010 +0300
@@ -70,6 +70,8 @@
         void HandleScreenSaverEvent();
         TBool GetPluginConfigurationL();
         static TInt ScreenSaverCallback(TAny* aPtr);
+        void StartSensorsL();
+        void StopSensors();
         
     private:
         // windowing stuff
@@ -97,6 +99,7 @@
         
         TBool iEGLInitialized;
         TBool iSurfaceInitialized;
+        TBool iHiddenDueSC;
         
         // composition API
         CAlfCompositionSource* iCompSource;