From 93de3d41d08cfa5ff3e7a19621861de1a7e49e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 24 Jan 2007 21:46:43 +0000 Subject: [PATCH] Add WavyWindowsEffect. svn path=/branches/work/kwin_composite/; revision=626899 --- effects.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/effects.cpp b/effects.cpp index 6c5ce0f9e2..eca0030975 100644 --- a/effects.cpp +++ b/effects.cpp @@ -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 );