diff options
author | Havoc Pennington <hp@redhat.com> | 2001-08-06 18:28:51 +0000 |
---|---|---|
committer | rhp <rhp> | 2001-08-06 18:28:51 +0000 |
commit | d6bf2f5e80ad9fc54652adb1a977670c08b94978 (patch) | |
tree | 240719b1ce0e69e17efef9b15c0f8207af7c7cf0 /src/effects.c | |
parent | 8c7b04edb90c0b1e5b7aef73e1aab7e4d3c777f2 (diff) | |
download | metacity-d6bf2f5e80ad9fc54652adb1a977670c08b94978.tar.gz |
disable opaque animations by default, current implementation suXors.
2001-08-06 Havoc Pennington <hp@redhat.com>
* src/effects.c: disable opaque animations by default, current
implementation suXors.
Diffstat (limited to 'src/effects.c')
-rw-r--r-- | src/effects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects.c b/src/effects.c index 99d053ed..91cc59e4 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, |