JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
renamed activescreen into selscreen
[dwm.git] / client.c
index 7ccad39..b89264c 100644 (file)
--- a/client.c
+++ b/client.c
@@ -93,7 +93,7 @@ focus(Client *c) {
        }
        sel = c;
        drawstatus();
-       if(!activescreen)
+       if(!selscreen)
                return;
        if(c) {
                XSetWindowBorder(dpy, c->win, dc.sel[ColBorder]);