]> git.armaanb.net Git - dwm.git/blobdiff - client.c
renamed drawstatus into drawbar
[dwm.git] / client.c
index cd16e11867f2b4ba85c9730bc600ebdb6c188874..c716625533a1d83f003ca42ef60c9469155538c6 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) {