aewl
diff client.c @ 442:056a5072c70a
no this is better
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Wed, 06 Sep 2006 15:36:42 +0200 |
parents | 785bad5f21dd |
children | a2e587651c79 |
line diff
1.1 --- a/client.c Wed Sep 06 15:30:28 2006 +0200 1.2 +++ b/client.c Wed Sep 06 15:36:42 2006 +0200 1.3 @@ -99,13 +99,6 @@ 1.4 } 1.5 } 1.6 if(c) { 1.7 - if(c->isfloat || arrange == dofloat) { 1.8 - detach(c); 1.9 - if(clients) 1.10 - clients->prev = c; 1.11 - c->next = clients; 1.12 - clients = c; 1.13 - } 1.14 grabbuttons(c, True); 1.15 drawtitle(c); 1.16 XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime);