main.c
changeset 99 a19556fe83b5
parent 95 5d88952cbf96
child 123 61490330e90a
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