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