From: Anselm R. Garbe Date: Fri, 19 Jan 2007 13:36:25 +0000 (+0100) Subject: yet another multihead fix by Christof Musik X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;ds=inline;h=dee5ea23358ec0a9684265dc8cb1d2e4d56e9b84;p=dwm.git yet another multihead fix by Christof Musik --- diff --git a/event.c b/event.c index c679f9c..20c1533 100644 --- a/event.c +++ b/event.c @@ -235,6 +235,8 @@ enternotify(XEvent *e) { else if(ev->window == root) { issel = True; XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); + if(sel) + XSetWindowBorder(dpy, sel->win, dc.sel[ColBorder]); } }