From d94a34a2c195576a294945216fabaa5795f4f5e2 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Thu, 16 Oct 2008 08:27:46 +0100 Subject: [PATCH] disabled workspace switch effect --- src/compositor/clutter/clutter-plugins/moblin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compositor/clutter/clutter-plugins/moblin.c b/src/compositor/clutter/clutter-plugins/moblin.c index f01079f8f..fd9190d8e 100644 --- a/src/compositor/clutter/clutter-plugins/moblin.c +++ b/src/compositor/clutter/clutter-plugins/moblin.c @@ -87,8 +87,7 @@ MetaCompositorClutterPlugin META_COMPOSITOR_CLUTTER_PLUGIN_STRUCT = META_COMPOSITOR_CLUTTER_PLUGIN_DESTROY | META_COMPOSITOR_CLUTTER_PLUGIN_MAP | META_COMPOSITOR_CLUTTER_PLUGIN_MAXIMIZE | - META_COMPOSITOR_CLUTTER_PLUGIN_UNMAXIMIZE | - META_COMPOSITOR_CLUTTER_PLUGIN_SWITCH_WORKSPACE, + META_COMPOSITOR_CLUTTER_PLUGIN_UNMAXIMIZE, /* And the corresponding handlers */