From 60f531af3524136c33813a41c01df3d5bdac9553 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 19 Aug 2001 01:58:00 +0000 Subject: also set the current size. Lame hack of the day. 2001-08-18 Havoc Pennington * src/ui.c (meta_image_window_set_position): also set the current size. Lame hack of the day. * src/effects.c (effects_draw_box_animation_timeout): use the delay exposes feature to avoid the scren dirt * src/ui.c (meta_ui_push_delay_exposes): (meta_ui_pop_delay_exposes): feature to let us delay redraws until after we do server-grabbed draw-on-inferiors effects --- src/effects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/effects.c') diff --git a/src/effects.c b/src/effects.c index f9eb254..f9feaee 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 = FALSE; +static gboolean use_opaque_animations = TRUE; void meta_effects_draw_box_animation (MetaScreen *screen, -- cgit v1.1