removed ugly ban(), extended resize() that it only resets the size if necessary, added border_width commit to manage()

This commit is contained in:
Anselm R. Garbe
2007-02-16 16:38:40 +01:00
parent 8a5f002c41
commit 6e22ccf7b1
5 changed files with 100 additions and 93 deletions

3
main.c
View File

@ -41,7 +41,8 @@ static void
cleanup(void) {
close(STDIN_FILENO);
while(stack) {
resize(stack, True);
if(stack->isbanned)
XMoveWindow(dpy, stack->win, stack->x, stack->y);
unmanage(stack);
}
if(dc.font.set)