diff 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
line wrap: on
line diff
--- a/main.c	Mon Aug 14 10:18:24 2006 +0200
+++ b/main.c	Mon Aug 14 10:24:38 2006 +0200
@@ -22,6 +22,7 @@
 static void
 cleanup()
 {
+	ungrabkeys();
 	while(sel) {
 		resize(sel, True, TopLeft);
 		unmanage(sel);