Another guess at what NET::Override is actually supposed to mean.
CCMAIL: 55515-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=213599
This commit is contained in:
parent
555b5c10b8
commit
bf73b30a62
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue