Add WavyWindowsEffect.

svn path=/branches/work/kwin_composite/; revision=626899
This commit is contained in:
Luboš Luňák 2007-01-24 21:46:43 +00:00
parent 0341a3e8b5
commit 93de3d41d0

View file

@ -24,6 +24,7 @@ License. See the file "COPYING" for the exact licensing terms.
#include "effects/shakymove.h"
#include "effects/shiftworkspaceup.h"
#include "effects/showfps.h"
#include "effects/wavywindows.h"
#include "effects/zoom.h"
#include "effects/test_input.h"
@ -115,6 +116,7 @@ EffectsHandler::EffectsHandler( Workspace* ws )
effects.append( new ShowFpsEffect( ws ));
// effects.append( new ZoomEffect( ws ));
// effects.append( new PresentWindowsEffect( ws ));
// effects.append( new WavyWindowsEffect( ws ));
// effects.append( new HowtoEffect );
// effects.append( new MakeTransparentEffect );
// effects.append( new ShakyMoveEffect );