changed restack, to fix undrawed tag indicators - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 72faa1919e34ffeebb1ca35ae8c2c24b700dcf66
 (DIR) parent f8181f64e2ba4fca4e85036c48cf90a2151794fc
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Mon, 15 Jan 2007 12:07:18 +0100
       
       changed restack, to fix undrawed tag indicators
       Diffstat:
         M view.c                              |       5 ++---
       
       1 file changed, 2 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git 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) {