yet another multihead fix by Christof Musik

This commit is contained in:
Anselm R. Garbe 2007-01-19 14:36:25 +01:00
parent b1c9f5f144
commit dee5ea2335
1 changed files with 2 additions and 0 deletions

View File

@ -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]);
}
}