ewmh: remove setabove for some non-normal windows

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Uli Schlachter 2009-06-12 18:29:42 +02:00 committed by Julien Danjou
parent 1fe239e577
commit bb6c309dfe
1 changed files with 0 additions and 5 deletions

5
ewmh.c
View File

@ -570,11 +570,6 @@ ewmh_client_check_hints(client_t *c)
c->type = MAX(c->type, WINDOW_TYPE_TOOLBAR);
else if(state[i] == _NET_WM_WINDOW_TYPE_UTILITY)
c->type = MAX(c->type, WINDOW_TYPE_UTILITY);
if(c->type != WINDOW_TYPE_NORMAL
&& c->type != WINDOW_TYPE_DESKTOP
&& !c->transient_for)
client_setabove(c, true);
}
p_delete(&reply);