do not reapply x11 icccm state during fetch

this is the value which has just been obtained, so don't create potential
race conditions by sending it back to the client
This commit is contained in:
Mike Blumenkrantz 2015-12-11 15:05:01 -05:00
parent 1a9ff2b841
commit 4cd32def25
1 changed files with 0 additions and 1 deletions

View File

@ -3446,7 +3446,6 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec)
ec->icccm.initial_state = ec->icccm.state;
if (state != ec->icccm.state)
{
ecore_x_icccm_state_set(win, ec->icccm.state);
if (ec->icccm.state == ECORE_X_WINDOW_STATE_HINT_WITHDRAWN)
ec->ignored = 1, ec->visible = 0;
else