Fix build
This commit is contained in:
parent
3a1371989e
commit
4323102ec7
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ bool ShellClient::isInternal() const
|
|||
|
||||
bool ShellClient::isLockScreen() const
|
||||
{
|
||||
return m_shellSurface->client() == waylandServer()->greeterClientConnection();
|
||||
return m_shellSurface->client() == waylandServer()->screenLockerClientConnection();
|
||||
}
|
||||
|
||||
bool ShellClient::isInputMethod() const
|
||||
|
|
Loading…
Reference in a new issue