summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>2001-08-19 02:00:26 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-08-19 02:00:26 +0000
commit9acaa50f599c2e1dcd3c5e16f0eb9629b34701e9 (patch)
tree88b0c237f90bf4cb2f90c42a2693249fb32b6213
parent60f531af3524136c33813a41c01df3d5bdac9553 (diff)
downloadmetacity-9acaa50f599c2e1dcd3c5e16f0eb9629b34701e9.tar.gz
oops, accidentally turned on opaque iconify
-rw-r--r--src/effects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.c b/src/effects.c
index f9feaeea..f9eb254c 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,