aewl
diff main.c @ 99:a19556fe83b5
applied Sanders resize patch, fixed lower bug
author | arg@10ksloc.org |
---|---|
date | Wed, 19 Jul 2006 11:31:04 +0200 |
parents | 5d88952cbf96 |
children | 61490330e90a |
line diff
1.1 --- a/main.c Tue Jul 18 17:54:55 2006 +0200 1.2 +++ b/main.c Wed Jul 19 11:31:04 2006 +0200 1.3 @@ -24,7 +24,7 @@ 1.4 cleanup() 1.5 { 1.6 while(sel) { 1.7 - resize(sel, True); 1.8 + resize(sel, True, TopLeft); 1.9 unmanage(sel); 1.10 } 1.11 XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);