about summary refs log tree commit diff stats
path: root/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'client.c')
-rw-r--r--client.c8
1 files changed, 0 insertions, 8 deletions
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);
text.go?h=0.1.0&id=dee0f8938b62d668ed9105c96313fbd8b8bbd098'>dee0f89 ^
05ec735 ^













fa04a1e ^





80e891a ^
05ec735 ^





84965d6 ^





05ec735 ^

05ec735 ^






80e891a ^
fa04a1e ^


84965d6 ^


80e891a ^

05ec735 ^

05ec735 ^
5685a17 ^
05ec735 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85