X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=view.c;h=e74d4bc96a49dc75902e076d0a531f27ef578245;hb=fd00b3a18620c70721c4c4d9f0169e06b9ce4437;hp=3b5abbaa843113992ffb518610a520f284751536;hpb=69b738c097d8f471873a227e8668d8a35014be3d;p=dwm.git diff --git a/view.c b/view.c index 3b5abba..e74d4bc 100644 --- a/view.c +++ b/view.c @@ -218,8 +218,10 @@ restack() Client *c; XEvent ev; - if(!sel) + if(!sel) { + drawstatus(); return; + } if(sel->isfloat || arrange == dofloat) { XRaiseWindow(dpy, sel->win); XRaiseWindow(dpy, sel->twin);