fix build break - looks like this edit didnt make a commit

This commit is contained in:
Carsten Haitzler 2021-04-20 21:58:43 +01:00
parent 3112e2ba1a
commit 4a545f99d9
1 changed files with 1 additions and 1 deletions

View File

@ -3879,8 +3879,8 @@ _e_comp_x_hook_client_fetch(void *d EINA_UNUSED, E_Client *ec)
E_ATOM_E_WAS_HERE,
&was_here, 1) != 1)
was_here = 0;
// if we managed this before, then use WM_STATE not initial state
if (was_here) ec->icccm.state = ecore_x_icccm_state_get(win);
ec->icccm.initial_state);
if (ec->new_client)
{
/* clients may unset iconic state when no wm is present */