Mercurial > aewl
comparison main.c @ 274:97e8cb712fd9
removed ungrabkeys again (because of sander's mail)
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Mon, 14 Aug 2006 11:38:43 +0200 |
parents | e9dc5a9f9480 |
children | 425cd4490c1e |
comparison
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); |