changed restack, to fix undrawed tag indicators

keyboard
Anselm R. Garbe 18 years ago
parent f8181f64e2
commit 72faa1919e
  1. 5
      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) {

Loading…
Cancel
Save