JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied dfenze cleanups, fixed some comments in dwm.h
[dwm.git] / event.c
diff --git a/event.c b/event.c
index 12746f6..4c0e4e7 100644 (file)
--- a/event.c
+++ b/event.c
@@ -247,8 +247,7 @@ enternotify(XEvent *e) {
                focus(c);
        else if(ev->window == root) {
                selscreen = True;
-               for(c = stack; c && !isvisible(c); c = c->snext);
-               focus(c);
+               focustopvisible();
        }
 }