Treat windows of Notification and OnScreenDisplay type as special windows
REVIEW: 122340
This commit is contained in:
parent
a42a91b6a1
commit
cbe925d535
1 changed files with 1 additions and 1 deletions
|
@ -2086,7 +2086,7 @@ bool Client::wantsInput() const
|
||||||
bool Client::isSpecialWindow() const
|
bool Client::isSpecialWindow() const
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
return isDesktop() || isDock() || isSplash() || isToolbar();
|
return isDesktop() || isDock() || isSplash() || isToolbar() || isNotification() || isOnScreenDisplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue