From: Anselm R. Garbe Date: Mon, 15 Jan 2007 11:07:18 +0000 (+0100) Subject: changed restack, to fix undrawed tag indicators X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=72faa1919e34ffeebb1ca35ae8c2c24b700dcf66 changed restack, to fix undrawed tag indicators --- diff --git a/view.c b/view.c index bc1f4e2..fd07fc5 100644 --- 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) {