diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-20 18:22:04 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-20 18:22:04 -0500 |
commit | 193d9afcdb186902317c5bef5d6c769fc8933f1a (patch) | |
tree | 7634b1ddfbef08527a9fc55841ccbbdac2de7cae /kdesktop/lockeng.h | |
parent | 2f2f32d31cb1548defcd7aa84187ac7df6479cce (diff) | |
download | tdebase-193d9afcdb186902317c5bef5d6c769fc8933f1a.tar.gz tdebase-193d9afcdb186902317c5bef5d6c769fc8933f1a.zip |
Fix desktop lock not engaging on suspend
This closes Bug 1003
Diffstat (limited to 'kdesktop/lockeng.h')
-rw-r--r-- | kdesktop/lockeng.h | 6 |
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 ); |