applied Sanders resize patch, fixed lower bug

This commit is contained in:
arg@10ksloc.org 2006-07-19 11:31:04 +02:00
parent 95e56ffc0d
commit c53980cddc
5 changed files with 43 additions and 19 deletions

2
main.c
View file

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