summaryrefslogtreecommitdiffstats
path: root/kdesktop/lockeng.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-20 18:22:04 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 03:27:30 +0200
commitb16a917f80d6d5b98627dd179f02d734ee71ffa6 (patch)
tree1651ff2dfaedba37513258681a0518c0e016f48f /kdesktop/lockeng.h
parent79c512a168677b441ee6141d5dbe6b0a9d778386 (diff)
downloadtdebase-b16a917f80d6d5b98627dd179f02d734ee71ffa6.tar.gz
tdebase-b16a917f80d6d5b98627dd179f02d734ee71ffa6.zip
Fix desktop lock not engaging on suspend
This closes Bug 1003 (cherry picked from commit 193d9afcdb186902317c5bef5d6c769fc8933f1a)
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r--kdesktop/lockeng.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kdesktop/lockeng.h b/kdesktop/lockeng.h
index e42a048bb..d1133aae6 100644
--- a/kdesktop/lockeng.h
+++ b/kdesktop/lockeng.h
@@ -80,6 +80,7 @@ public:
public slots:
void slotLockProcessWaiting();
+ void slotLockProcessFullyActivated();
protected slots:
void idleTimeout();
@@ -90,6 +91,11 @@ private slots:
void handleSecureDialog();
void slotSAKProcessExited();
+ /**
+ * Enable wallpaper exports
+ */
+ void enableExports();
+
protected:
enum LockType { DontLock, DefaultLock, ForceLock, SecureDialog };
bool startLockProcess( LockType lock_type );