yet another multihead fix by Christof Musik
authorAnselm R. Garbe <arg@suckless.org>
Fri, 19 Jan 2007 14:36:25 +0100
changeset 704 6110b9efc299
parent 703 e5371d1c830a
child 705 1e571a8c7552
yet another multihead fix by Christof Musik
event.c
--- a/event.c	Fri Jan 19 08:05:39 2007 +0100
+++ b/event.c	Fri Jan 19 14:36:25 2007 +0100
@@ -235,6 +235,8 @@
 	else if(ev->window == root) {
 		issel = True;
 		XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
+		if(sel)
+			XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]);
 	}
 }