From 790930614210e359427764b7f5f39cdc91c0580a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B6glund?= Date: Fri, 5 Mar 2010 20:44:26 +0000 Subject: [PATCH] Re-enable the blur effect. svn path=/trunk/KDE/kdebase/workspace/; revision=1099620 --- effects/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/CMakeLists.txt b/effects/CMakeLists.txt index e24aca4edb..c5529674d3 100644 --- a/effects/CMakeLists.txt +++ b/effects/CMakeLists.txt @@ -81,7 +81,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 )