From bf73b30a62f820fa64baec08fe57293d821773ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Thu, 13 Mar 2003 13:06:57 +0000 Subject: [PATCH] Another guess at what NET::Override is actually supposed to mean. CCMAIL: 55515-done@bugs.kde.org svn path=/trunk/kdebase/kwin/; revision=213599 --- client.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client.cpp b/client.cpp index 393e1d5349..8a7fa86884 100644 --- a/client.cpp +++ b/client.cpp @@ -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(); }