1
0
mirror of git://git.suckless.org/dwm synced 2025-07-25 17:22:07 -07:00
This commit is contained in:
Anselm R Garbe
2009-09-08 13:33:58 +01:00
parent 01056b6636
commit 956a430054

1
dwm.c
View File

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