block window shade animation for new clients

This commit is contained in:
Mike Blumenkrantz 2013-05-10 10:39:56 +01:00
parent f5a573abf4
commit 11388ab67e
1 changed files with 1 additions and 1 deletions

View File

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