From: Mike Blumenkrantz Date: Fri, 10 May 2013 09:39:56 +0000 (+0100) Subject: block window shade animation for new clients X-Git-Tag: submit/efl/20131021.015651~679 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11388ab67efe4f82a939ec97952b0428120d521e;p=platform%2Fupstream%2Fenlightenment.git block window shade animation for new clients --- diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 568bf7c..2b6ee78 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -2304,7 +2304,7 @@ e_border_shade(E_Border *bd, e_hints_window_shaded_set(bd, 1); e_hints_window_shade_direction_set(bd, dir); - if (e_config->border_shade_animate) + if (e_config->border_shade_animate && (!bd->new_client)) { bd->shade.start = ecore_loop_time_get(); bd->shading = 1;