tstaskmonitor/client/s60/inc/tsscreenshotclient.h
changeset 104 9b022b1f357c
parent 83 156f692b1687
--- a/tstaskmonitor/client/s60/inc/tsscreenshotclient.h	Wed Jun 23 18:33:40 2010 +0300
+++ b/tstaskmonitor/client/s60/inc/tsscreenshotclient.h	Tue Jul 06 14:37:10 2010 +0300
@@ -35,6 +35,7 @@
     IMPORT_C TInt RegisterScreenshot(CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority = Normal);
     IMPORT_C void RegisterScreenshot(TRequestStatus &status, CFbsBitmap *screenshot, TInt wgId, UpdatePriority priority = Normal);
     IMPORT_C TInt UnregisterScreenshot(TInt wgId);
+    IMPORT_C TInt SetVisibility(TInt wgId, Visibility value);
 
 private:
     CTsScreenshotClient();