Forbid activating override redirect windows
BUG: 486026
This commit is contained in:
parent
ce57af62ec
commit
64ddeff3bd
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ void Workspace::activateWindow(Window *window, bool force)
|
|||
setActiveWindow(nullptr);
|
||||
return;
|
||||
}
|
||||
if (window->isDeleted()) {
|
||||
if (!window->isClient() || window->isDeleted()) {
|
||||
return;
|
||||
}
|
||||
if (window->isHiddenByShowDesktop()) {
|
||||
|
|
Loading…
Reference in a new issue