From fd3809e45321ec642b6906e5d9a2919e88ffe4c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sun, 14 Jan 2007 17:05:25 +0000 Subject: [PATCH] Add PresentWindowsEffect. svn path=/branches/work/kwin_composite/; revision=623377 --- effects.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/effects.cpp b/effects.cpp index 8852c93a43..4e78e97327 100644 --- a/effects.cpp +++ b/effects.cpp @@ -18,6 +18,7 @@ License. See the file "COPYING" for the exact licensing terms. #include "effects/fadein.h" #include "effects/howto.h" #include "effects/maketransparent.h" +#include "effects/presentwindows.h" #include "effects/scalein.h" #include "effects/shakymove.h" #include "effects/shiftworkspaceup.h" @@ -108,6 +109,7 @@ EffectsHandler::EffectsHandler( Workspace* ws ) KWinInternal::effects = this; effects.append( new ShowFpsEffect( ws )); // effects.append( new ZoomEffect( ws )); +// effects.append( new PresentWindowsEffect( ws )); // effects.append( new HowtoEffect ); // effects.append( new MakeTransparentEffect ); // effects.append( new ShakyMoveEffect );