Treat windows of Notification and OnScreenDisplay type as special windows

REVIEW: 122340
This commit is contained in:
Kai Uwe Broulik 2015-01-31 19:45:10 +01:00
parent a42a91b6a1
commit cbe925d535

View file

@ -2086,7 +2086,7 @@ bool Client::wantsInput() const
bool Client::isSpecialWindow() const
{
// TODO
return isDesktop() || isDock() || isSplash() || isToolbar();
return isDesktop() || isDock() || isSplash() || isToolbar() || isNotification() || isOnScreenDisplay();
}
/**