dwm

OSHs dwm build
git clone git://git.oshgnacknak.de/dwm.git
Log | Files | Refs | README | LICENSE

commit ddc79603f937c9019c483cd2b41a4eaa2ea34240
parent dee5ea23358ec0a9684265dc8cb1d2e4d56e9b84
Author: Anselm R. Garbe <arg@suckless.org>
Date:   Fri, 19 Jan 2007 14:38:09 +0100

replaced XSetBorder.../focus()
Diffstat:
Mevent.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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