Client: Fix bug #70 (reported by bacardi55)

This commit is contained in:
Martin Duquesnoy 2010-06-21 16:06:14 +02:00
parent fb97d95787
commit a90f4ee7ce

View File

@ -722,12 +722,12 @@ client_manage(Window w, XWindowAttributes *wa, Bool ar)
client_set_rules(c); client_set_rules(c);
client_get_name(c); client_get_name(c);
client_raise(c); client_raise(c);
client_focus(c);
setwinstate(c->win, NormalState); setwinstate(c->win, NormalState);
ewmh_get_client_list(); ewmh_get_client_list();
ewmh_manage_window_type(c); ewmh_manage_window_type(c);
client_update_attributes(c); client_update_attributes(c);
client_map(c); client_map(c);
client_focus(c);
if(ar) if(ar)
arrange(c->screen, True); arrange(c->screen, True);