Browse Source

update

custom-dwm
Anselm R Garbe 17 years ago
parent
commit
956a430054
  1. 1
      dwm.c

1
dwm.c

@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
} }
free(c); free(c);
focus(NULL); focus(NULL);
arrange();
} }
void void

Loading…
Cancel
Save