summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/effects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.c b/src/effects.c
index f9feaee..f9eb254 100644
--- a/src/effects.c
+++ b/src/effects.c
@@ -166,7 +166,7 @@ effects_draw_box_animation_timeout (BoxAnimationContext *context)
* system beefiness or someting, or have some global
* "my system is slow" config option.
*/
-static gboolean use_opaque_animations = TRUE;
+static gboolean use_opaque_animations = FALSE;
void
meta_effects_draw_box_animation (MetaScreen *screen,