diff -r d2f833ab7940 -r 7aaf39b772ac tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h --- a/tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h Fri Jun 11 16:13:51 2010 +0300 +++ b/tstaskmonitor/client/s60/inc/tsscreenshotclientimpl.h Thu Jun 24 16:18:29 2010 +0300 @@ -19,6 +19,7 @@ #include +#include "tstaskmonitorglobals.h" #include "tssession.h" class CFbsBitmap; @@ -34,6 +35,7 @@ TInt RegisterScreenshot(CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority); void RegisterScreenshot(TRequestStatus &status, CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority); TInt UnregisterScreenshot(TInt wgId); + TInt SetVisibility(TInt wgId, Visibility value); private: CTsScreenshotClientImpl();