[wayland] Internal ShellClients don't take input
We handle input for own windows in an own way.
This commit is contained in:
parent
36fa88893e
commit
eec356494a
1 changed files with 3 additions and 0 deletions
|
@ -336,6 +336,9 @@ bool ShellClient::userCanSetNoBorder() const
|
||||||
|
|
||||||
bool ShellClient::wantsInput() const
|
bool ShellClient::wantsInput() const
|
||||||
{
|
{
|
||||||
|
if (isInternal()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue