From 40d428b47bc8ab59f024ba98067ce9add3c70547 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Fri, 17 Nov 2000 18:11:24 +0000 Subject: [PATCH] more masking svn path=/trunk/kdebase/kwin/; revision=71173 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index fc02bf45b6..4514c708a2 100644 --- a/client.cpp +++ b/client.cpp @@ -63,7 +63,7 @@ public: state &= mask; // for safety, clear all other bits - if ( state & NET::Shaded ) + if ( mask & NET::Shaded ) m_client->setShade( state & NET::Shaded ); if ( mask & NET::Max ) {