dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: ddc79603f937c9019c483cd2b41a4eaa2ea34240
Parent: dee5ea23358ec0a9684265dc8cb1d2e4d56e9b84
Author: Anselm R. Garbe
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); } }