main.c
changeset 274 97e8cb712fd9
parent 271 e9dc5a9f9480
child 275 425cd4490c1e
equal deleted inserted replaced
273:ffc73b32084a 274:97e8cb712fd9
    20 static Bool otherwm;
    20 static Bool otherwm;
    21 
    21 
    22 static void
    22 static void
    23 cleanup()
    23 cleanup()
    24 {
    24 {
    25 	ungrabkeys();
       
    26 	while(sel) {
    25 	while(sel) {
    27 		resize(sel, True, TopLeft);
    26 		resize(sel, True, TopLeft);
    28 		unmanage(sel);
    27 		unmanage(sel);
    29 	}
    28 	}
    30 	XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);
    29 	XSetInputFocus(dpy, PointerRoot, RevertToPointerRoot, CurrentTime);