comparison main.c @ 52:d18f6dd0cf23

fixed several things, nearly feature complete
author Anselm R. Garbe <garbeam@wmii.de>
date Thu, 13 Jul 2006 20:28:19 +0200
parents 035617ee18d1
children f005d46462e8
comparison
equal deleted inserted replaced
51:035617ee18d1 52:d18f6dd0cf23
166 166
167 static void 167 static void
168 cleanup() 168 cleanup()
169 { 169 {
170 while(sel) { 170 while(sel) {
171 resize(sel); 171 resize(sel, True);
172 unmanage(sel); 172 unmanage(sel);
173 } 173 }
174 XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime); 174 XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
175 } 175 }
176 176