aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-14 11:38:43 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-14 11:38:43 +0200
commit0fe52c63ea9382a940afa7573993218ead14c2cf (patch)
tree8134c5069a8aa1fbd857d578a509f62966b7e822 /main.c
parent28a52197c43136945defebe1e8be82812a0e53cf (diff)
downloaddwm-0fe52c63ea9382a940afa7573993218ead14c2cf.tar.zst
removed ungrabkeys again (because of sander's mail)
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 228228b..16ebbae 100644
--- a/main.c
+++ b/main.c
@@ -22,7 +22,6 @@ static Bool otherwm;
static void
cleanup()
{
- ungrabkeys();
while(sel) {
resize(sel, True, TopLeft);
unmanage(sel);