diff -r d1f14bc6a2ab -r 724d4ec22f0d inc/screensavershareddatai.h --- a/inc/screensavershareddatai.h Thu Jul 15 18:39:54 2010 +0300 +++ b/inc/screensavershareddatai.h Thu Aug 19 09:55:47 2010 +0300 @@ -249,6 +249,16 @@ * Returns the pointer of the screensaver repository */ CRepository* ScreensaverRepository() const; + +public: + /* + * Get the flag of display changed + */ + TBool GetDisplayObjChanged() const; + /* + * Set the flag of display changed + */ + void SetDisplayObjChanged( TBool aChanged ); private: @@ -388,6 +398,11 @@ * System startup completion flag */ TBool iStartupComplete; + + /** + * Record display changed flag + */ + TBool iDisplayChange; }; #endif // C_SCREENSAVERSHAREDDATAI_H