and properly hide windows that ask to be iconified on start!

SVN revision: 39853
This commit is contained in:
Carsten Haitzler 2009-04-04 07:18:55 +00:00
parent 7d4e6b8413
commit 634485d2bc
1 changed files with 4 additions and 1 deletions

View File

@ -5691,7 +5691,10 @@ _e_border_eval(E_Border *bd)
/* If this is a new window, set the state as requested. */
if ((bd->new_client) &&
(bd->client.icccm.initial_state == ECORE_X_WINDOW_STATE_HINT_ICONIC))
e_border_iconify(bd);
{
e_border_iconify(bd);
e_border_hide(bd, 1);
}
}
bd->client.icccm.fetch.hints = 0;
rem_change = 1;