Преглед изворни кода

yet another multihead fix by Christof Musik

Anselm R. Garbe пре 19 година
родитељ
комит
dee5ea2335
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      event.c

+ 2 - 0
event.c

@@ -235,6 +235,8 @@ enternotify(XEvent *e) {
 	else if(ev->window == root) {
 		issel = True;
 		XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
+		if(sel)
+			XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]);
 	}
 }