e blanking - only us iconic, not hidden when blanked

this is enough and doesnt now interfere with hidden state when on
other desks.
This commit is contained in:
Carsten Haitzler 2021-04-25 01:06:36 +01:00
parent 07ced06649
commit ea14bdf0d7
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ e_hints_window_state_set(E_Client *ec)
if (ec->netwm.state.skip_pager)
state[num++] = ECORE_X_WINDOW_STATE_SKIP_PAGER;
}
if ((ec->netwm.state.hidden) || (ec->frozen))
if (ec->netwm.state.hidden)
state[num++] = ECORE_X_WINDOW_STATE_HIDDEN;
if (ec->netwm.state.fullscreen)
state[num++] = ECORE_X_WINDOW_STATE_FULLSCREEN;