Add WavyWindowsEffect.
svn path=/branches/work/kwin_composite/; revision=626899
This commit is contained in:
parent
0341a3e8b5
commit
93de3d41d0
1 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue