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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/client.c b/client.c
index f2cd802..7ccad39 100644
--- a/client.c
+++ b/client.c
@@ -95,7 +95,7 @@ focus(Client *c) {
 	drawstatus();
 	if(!activescreen)
 		return;
-	if(sel) {
+	if(c) {
 		XSetWindowBorder(dpy, c->win, dc.sel[ColBorder]);
 		XSetInputFocus(dpy, c->win, RevertToPointerRoot, CurrentTime);
 	}
@@ -157,6 +157,7 @@ manage(Window w, XWindowAttributes *wa) {
 		StructureNotifyMask | PropertyChangeMask | EnterWindowMask);
 	XGetTransientForHint(dpy, c->win, &trans);
 	grabbuttons(c, False);
+	XSetWindowBorder(dpy, c->win, dc.norm[ColBorder]);
 	updatetitle(c);
 	settags(c, getclient(trans));
 	if(!c->isfloat)
'/ingrix/lynx-snapshots/commit/src/chrtrans/utf8_uni.tbl?id=5816641fc3a761e00d154c4dea9551a0027a7c63'>5816641f ^
e4409c40 ^



c82d2a40 ^
e4409c40 ^


2f5222ea ^

e4409c40 ^






e47cfd56 ^






e4409c40 ^
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