diff options
author | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-14 10:24:38 +0200 |
---|---|---|
committer | Anselm R.Garbe <arg@10ksloc.org> | 2006-08-14 10:24:38 +0200 |
commit | 375a251d16de567b6c62cce208f388cd16e0ce0f (patch) | |
tree | 15b16722d42a6f9ae483a89786431b0c0fb5cb5b /main.c | |
parent | d4b7a9a3735deeab639f28b5bb2f568e0dc49616 (diff) |
implemented ungrabkeys() which is called in cleanup()
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ static Bool otherwm; static void cleanup() { + ungrabkeys(); while(sel) { resize(sel, True, TopLeft); unmanage(sel); |