tdoes this make a difference? - 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 bea4dd24901235691b5f7ab7b2edd4561de5af27
 (DIR) parent 83d10be1c1ffb301eaac3a775971f8e018c14cc4
 (HTM) Author: Anselm R Garbe <anselm@garbe.us>
       Date:   Sat, 11 Sep 2010 19:00:18 +0000
       
       does this make a difference?
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       t@@ -799,7 +799,7 @@ enternotify(XEvent *e) {
                        unfocus(selmon->sel, True);
                        selmon = m;
                }
       -        focus(wintoclient(ev->window));
       +        focus((wintoclient(ev->window)));
        }
        
        void