about summary refs log tree commit diff stats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-06-04 11:37:33 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-06-04 11:37:33 +0200
commit5a1a2edf0e584e660e16d2e01094851e0f9161e2 (patch)
treeb56870066ccdb6459ec96dcf5d2facef20ae1e16 /client.c
parentb3419f49a315e9ca0d0870878b353fafec1e3e5c (diff)
downloaddwm-5a1a2edf0e584e660e16d2e01094851e0f9161e2.tar.gz
applied anudots [un]ban repair patch
Diffstat (limited to 'client.c')
-rw-r--r--client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/client.c b/client.c
index adf422e..06bc9d8 100644
--- a/client.c
+++ b/client.c
@@ -216,8 +216,7 @@ manage(Window w, XWindowAttributes *wa) {
 		c->isfloating = (rettrans == Success) || c->isfixed;
 	attach(c);
 	attachstack(c);
-	c->isbanned = True;
-	XMoveWindow(dpy, w, c->x + 2 * sw, c->y);
+	ban(c);
 	XMapWindow(dpy, w);
 	setclientstate(c, NormalState);
 	focus(c);
1:03:12 -0700 6153 - switch 'main' to use Mu strings' href='/akkartik/mu/commit/102kernel-string.subx?h=main&id=c48ce3c8bfb6d1578f2530ed84b8e7b25d435b6d'>c48ce3c8 ^
4d14c3fe ^
c48ce3c8 ^




















































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
86
87
88
89
90
91