From a500f0b97c5ba8cdab85220d5e90e76d1efc2669 Mon Sep 17 00:00:00 2001 From: Lucas Murray Date: Mon, 8 Jun 2009 07:26:34 +0000 Subject: [PATCH] Remove the blur effect from the 4.3 release due to screen corruption. svn path=/trunk/KDE/kdebase/workspace/; revision=978778 --- effects/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index 87469df650..58ebcd577d 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -76,7 +76,7 @@ include( zoom/CMakeLists.txt ) # OpenGL-specific effects if( KWIN_HAVE_OPENGL_COMPOSITING ) - include( blur/CMakeLists.txt ) + #include( blur/CMakeLists.txt ) include( coverswitch/CMakeLists.txt ) include( cube/CMakeLists.txt ) include( explosion/CMakeLists.txt )