replaced XSetBorder.../focus()

This commit is contained in:
Anselm R. Garbe 2007-01-19 14:38:09 +01:00
parent dee5ea2335
commit ddc79603f9
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ enternotify(XEvent *e) {
issel = True;
XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime);
if(sel)
XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]);
focus(sel);
}
}