about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-12 00:53:11 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-12 00:53:11 +0200
commit7696c89c90c926f6371b1ee3ec1b13dd2414aa40 (patch)
tree304336fda49435ab826255d5f473f092a7d80b28
parentb41c56ae6b12b7fe34dd8972968dc0d89e5ef57a (diff)
downloaddwm-7696c89c90c926f6371b1ee3ec1b13dd2414aa40.tar.gz
fixed configurerequest
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c
index a47bc25..604420d 100644
--- a/event.c
+++ b/event.c
@@ -92,7 +92,7 @@ configurerequest(XEvent *e)
 	wc.y = ev->y;
 	wc.width = ev->width;
 	wc.height = ev->height;
-	wc.border_width = 0;
+	wc.border_width = 1;
 	wc.sibling = None;
 	wc.stack_mode = Above;
 	ev->value_mask &= ~CWStackMode;
s/aerc/blame/commands/new-account.go?id=177651bddab145c8a56cdfeb0d57b5fd95a6d0e2'>^
6838c23 ^
2a09617 ^
6811143 ^

6838c23 ^
a98824a ^
0771eaf ^

6811143 ^
937b33c ^
0771eaf ^





6811143 ^


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