From 9acaa50f599c2e1dcd3c5e16f0eb9629b34701e9 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 19 Aug 2001 02:00:26 +0000 Subject: [PATCH] oops, accidentally turned on opaque iconify --- src/effects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/effects.c b/src/effects.c index f9feaeea9..f9eb254cd 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,