mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
8c7b04edb9
commit
d6bf2f5e80
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user