Disable the window transforming effects.
svn path=/branches/work/kwin_composite/; revision=597998
This commit is contained in:
parent
1d7b94acfc
commit
dec6dc3acd
1 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,8 @@ EffectsHandler::EffectsHandler( Workspace* ws )
|
||||||
{
|
{
|
||||||
if( !compositing())
|
if( !compositing())
|
||||||
return;
|
return;
|
||||||
effects.append( new MakeHalfTransparent );
|
// effects.append( new MakeHalfTransparent );
|
||||||
effects.append( new ShakyMove );
|
// effects.append( new ShakyMove );
|
||||||
// effects.append( new GrowMove );
|
// effects.append( new GrowMove );
|
||||||
// effects.append( new ShiftWorkspaceUp( ws ));
|
// effects.append( new ShiftWorkspaceUp( ws ));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue