1
0
Fork 1
mirror of https://git.suckless.org/dwm synced 2025-03-25 16:13:14 -07:00

replaced XSetBorder.../focus()

This commit is contained in:
Anselm R. Garbe 2007-01-19 14:38:09 +01:00
parent dee5ea2335
commit ddc79603f9

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