From 69b738c097d8f471873a227e8668d8a35014be3d Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 6 Sep 2006 11:54:16 +0200 Subject: sanders solution is convincing and elegant --- client.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index 46693cd..586a87f 100644 --- a/client.c +++ b/client.c @@ -99,14 +99,6 @@ focus(Client *c) } } if(c) { - if((c->isfloat || arrange == dofloat) && (c != clients)) { - detach(c); - if(clients) { - clients->prev = c; - c->next = clients; - } - clients = c; - } grabbuttons(c, True); drawtitle(c); XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime); -- cgit v1.2.3-54-g00ecf