JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
renamed drawstatus into drawbar
[dwm.git] / client.c
index cd16e11..c716625 100644 (file)
--- a/client.c
+++ b/client.c
@@ -145,7 +145,7 @@ focus(Client *c) {
                grabbuttons(c, True);
        }
        sel = c;
-       drawstatus();
+       drawbar();
        if(!selscreen)
                return;
        if(c) {