Another guess at what NET::Override is actually supposed to mean.

CCMAIL: 55515-done@bugs.kde.org

svn path=/trunk/kdebase/kwin/; revision=213599
icc-effect-5.14.5
Luboš Luňák 2003-03-13 13:06:57 +00:00
parent 555b5c10b8
commit bf73b30a62
1 changed files with 1 additions and 2 deletions

View File

@ -1656,8 +1656,7 @@ bool Client::isMinimizable() const
*/
bool Client::isCloseable() const
{
return may_close && !isDesktop() && !isDock() && !isTopMenu()
&& windowType() != NET::Override;
return may_close && !isDesktop() && !isDock() && !isTopMenu();
}