fixed several things, nearly feature complete

This commit is contained in:
Anselm R. Garbe
2006-07-13 20:28:19 +02:00
parent 3aad92202d
commit 7fe717c29f
5 changed files with 35 additions and 29 deletions

2
main.c
View File

@ -168,7 +168,7 @@ static void
cleanup()
{
while(sel) {
resize(sel);
resize(sel, True);
unmanage(sel);
}
XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);