about summary refs log tree commit diff stats
path: root/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'event.c')
-rw-r--r--event.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/event.c b/event.c
index ad4a16b..b8b39a4 100644
--- a/event.c
+++ b/event.c
@@ -86,8 +86,6 @@ configurerequest(XEvent *e)
 			c->r[RFloat].width = ev->width;
 		if(ev->value_mask & CWHeight)
 			c->r[RFloat].height = ev->height;
-		if(ev->value_mask & CWBorderWidth)
-			c->border = ev->border_width;
 	}
 
 	wc.x = ev->x;
b12f ^
4c13e1f2 ^

4e9450f9 ^
4c13e1f2 ^

34a60763 ^


a614f048 ^


34a60763 ^
f07bb12f ^





a614f048 ^
f07bb12f ^
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