diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-04-09 17:17:46 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2014-04-09 17:17:46 +0200 |
| commit | ab4e93795c6255d40c847fbe99a0490148612fb4 (patch) | |
| tree | c1e5ae58ac4bf614a787457ade29fd2df3e933c2 /shutdown | |
| parent | 47061c504e6cfb4e4d4c954c68f90f3a9e215d47 (diff) | |
SessionManager: add PromptLockScreen method and signal, to require a fast lock (with no fading)
(bzr r3736.1.28)
Diffstat (limited to 'shutdown')
| -rw-r--r-- | shutdown/StandaloneSession.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shutdown/StandaloneSession.cpp b/shutdown/StandaloneSession.cpp index 0c64b9afe..f8f1a713d 100644 --- a/shutdown/StandaloneSession.cpp +++ b/shutdown/StandaloneSession.cpp @@ -41,6 +41,7 @@ public: std::string HostName() const { return "tricky"; } void LockScreen() { std::cout << "LockScreen" << std::endl; } + void PromptLockScreen() { std::cout << "PromptLockScreen" << std::endl; } void Logout() { std::cout << "Logout" << std::endl; } void Reboot() { std::cout << "Reboot" << std::endl; } void Shutdown() { std::cout << "Shutdown" << std::endl; } |
