replaced XSetBorder.../focus() - dwm - dynamic window manager HTML git clone https://git.parazyd.org/dwm DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit ddc79603f937c9019c483cd2b41a4eaa2ea34240 DIR parent dee5ea23358ec0a9684265dc8cb1d2e4d56e9b84 HTML Author: Anselm R. Garbe <arg@suckless.org> Date: Fri, 19 Jan 2007 14:38:09 +0100 replaced XSetBorder.../focus() Diffstat: M event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/event.c b/event.c @@ -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); } }