main.c
changeset 52 d18f6dd0cf23
parent 51 035617ee18d1
child 57 f005d46462e8
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