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.
This commit is contained in:
Havoc Pennington 2001-08-06 18:28:51 +00:00 committed by rhp
parent 8c7b04edb9
commit d6bf2f5e80
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-06 Havoc Pennington <hp@redhat.com>
* src/effects.c: disable opaque animations by default, current
implementation suXors.
2001-08-06 Havoc Pennington <hp@pobox.com>
* src/effects.c (meta_effects_draw_box_animation): Get start

View File

@ -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,