Treat windows of Notification and OnScreenDisplay type as special windows

REVIEW: 122340
remotes/origin/Plasma/5.3
Kai Uwe Broulik 11 years ago
parent a42a91b6a1
commit cbe925d535
  1. 2
      client.cpp

@ -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();
}
/**

Loading…
Cancel
Save