From d6bf2f5e80ad9fc54652adb1a977670c08b94978 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 6 Aug 2001 18:28:51 +0000 Subject: disable opaque animations by default, current implementation suXors. 2001-08-06 Havoc Pennington * src/effects.c: disable opaque animations by default, current implementation suXors. --- src/effects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effects.c') diff --git a/src/effects.c b/src/effects.c index 99d053e..91cc59e 100644 --- a/src/effects.c +++ b/src/effects.c @@ -165,7 +165,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, -- cgit v1.1