JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed restack, to fix undrawed tag indicators
authorAnselm R. Garbe <arg@suckless.org>
Mon, 15 Jan 2007 11:07:18 +0000 (12:07 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Mon, 15 Jan 2007 11:07:18 +0000 (12:07 +0100)
view.c

diff --git a/view.c b/view.c
index bc1f4e2..fd07fc5 100644 (file)
--- a/view.c
+++ b/view.c
@@ -185,10 +185,9 @@ restack(void) {
        Client *c;
        XEvent ev;
 
-       if(!sel) {
-               drawstatus();
+       drawstatus();
+       if(!sel)
                return;
-       }
        if(sel->isfloat || arrange == dofloat)
                XRaiseWindow(dpy, sel->win);
        if(arrange != dofloat) {