tyet another multihead fix by Christof Musik - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit dee5ea23358ec0a9684265dc8cb1d2e4d56e9b84
 (DIR) parent b1c9f5f1447846cf75b0184445062b1c30753452
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Fri, 19 Jan 2007 14:36:25 +0100
       
       yet another multihead fix by Christof Musik
       Diffstat:
         M event.c                             |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/event.c b/event.c
       t@@ -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]);
                }
        }