pull/1/head
Anselm R Garbe 15 years ago
parent 01056b6636
commit 956a430054
  1. 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