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>
|
2001-08-06 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/effects.c (meta_effects_draw_box_animation): Get start
|
* 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
|
* system beefiness or someting, or have some global
|
||||||
* "my system is slow" config option.
|
* "my system is slow" config option.
|
||||||
*/
|
*/
|
||||||
static gboolean use_opaque_animations = TRUE;
|
static gboolean use_opaque_animations = FALSE;
|
||||||
|
|
||||||
void
|
void
|
||||||
meta_effects_draw_box_animation (MetaScreen *screen,
|
meta_effects_draw_box_animation (MetaScreen *screen,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user