From a90f4ee7ce43f5f11f59a965816bc12b7d0b6c4b Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Mon, 21 Jun 2010 16:06:14 +0200 Subject: [PATCH] Client: Fix bug #70 (reported by bacardi55) --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.c b/src/client.c index 91cf397..4506b26 100644 --- a/src/client.c +++ b/src/client.c @@ -722,12 +722,12 @@ client_manage(Window w, XWindowAttributes *wa, Bool ar) client_set_rules(c); client_get_name(c); client_raise(c); - client_focus(c); setwinstate(c->win, NormalState); ewmh_get_client_list(); ewmh_manage_window_type(c); client_update_attributes(c); client_map(c); + client_focus(c); if(ar) arrange(c->screen, True);