Mercurial > dwm-meillo
comparison 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 |
comparison
equal
deleted
inserted
replaced
98:f08394353588 | 99:a19556fe83b5 |
---|---|
22 | 22 |
23 static void | 23 static void |
24 cleanup() | 24 cleanup() |
25 { | 25 { |
26 while(sel) { | 26 while(sel) { |
27 resize(sel, True); | 27 resize(sel, True, TopLeft); |
28 unmanage(sel); | 28 unmanage(sel); |
29 } | 29 } |
30 XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); | 30 XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); |
31 } | 31 } |
32 | 32 |