applied Sanders all5.patch (thanks for your weekend session, Sander!)

This commit is contained in:
Anselm R. Garbe
2007-01-22 10:22:58 +01:00
parent 201c56f6d3
commit b233089815
5 changed files with 63 additions and 71 deletions

2
main.c
View File

@ -41,7 +41,7 @@ static void
cleanup(void) {
close(STDIN_FILENO);
while(stack) {
resize(stack, True, TopLeft);
resize(stack, True);
unmanage(stack);
}
if(dc.font.set)