Disable the zoom effect.
svn path=/branches/work/kwin_composite/; revision=610147
This commit is contained in:
parent
840364cd2a
commit
f93df78a79
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ EffectsHandler::EffectsHandler( Workspace* ws )
|
|||
if( !compositing())
|
||||
return;
|
||||
effects.append( new ShowFpsEffect( ws ));
|
||||
effects.append( new ZoomEffect( ws ));
|
||||
// effects.append( new ZoomEffect( ws ));
|
||||
// effects.append( new HowtoEffect );
|
||||
// effects.append( new MakeTransparentEffect );
|
||||
// effects.append( new ShakyMoveEffect );
|
||||
|
|
Loading…
Reference in a new issue