Mercurial > dwm-meillo
comparison main.c @ 271:e9dc5a9f9480
implemented ungrabkeys() which is called in cleanup()
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Mon, 14 Aug 2006 10:24:38 +0200 |
parents | e8aa8f6e3481 |
children | 97e8cb712fd9 |
comparison
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); |