Fix a coding style issue.
svn path=/trunk/KDE/kdebase/workspace/; revision=957672
This commit is contained in:
parent
f2ecd39b22
commit
43856dc300
1 changed files with 5 additions and 5 deletions
10
events.cpp
10
events.cpp
|
@ -711,11 +711,11 @@ bool Client::windowEvent( XEvent* e )
|
||||||
break;
|
break;
|
||||||
case ColormapChangeMask:
|
case ColormapChangeMask:
|
||||||
if( e->xany.window == window())
|
if( e->xany.window == window())
|
||||||
{
|
{
|
||||||
cmap = e->xcolormap.colormap;
|
cmap = e->xcolormap.colormap;
|
||||||
if ( isActive() )
|
if ( isActive() )
|
||||||
workspace()->updateColormap();
|
workspace()->updateColormap();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if( e->xany.window == window())
|
if( e->xany.window == window())
|
||||||
|
|
Loading…
Reference in a new issue