more masking

svn path=/trunk/kdebase/kwin/; revision=71173
icc-effect-5.14.5
Matthias Ettrich 2000-11-17 18:11:24 +00:00
parent 2d401d3acc
commit 40d428b47b
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {