From a591a5b97972b80c91ea6a928b40a73b477d80fe Mon Sep 17 00:00:00 2001 From: moetunes Date: Mon, 24 Oct 2011 16:50:37 +1000 Subject: Removed grabkeys() from destroynotify as it didn't provide the fix expected --- src/ChangeLog | 1 + src/config.h | 2 +- src/dminiwm.c | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index fde816c..d20e4b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,4 @@ + 23/10/11 Fine tuned the popup window management so notification windows aren't managed either diff --git a/src/config.h b/src/config.h index 677631e..2606201 100755 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ - /* config.h for dminiwm.c [ 0.1.4 ] + /* config.h for dminiwm.c [ 0.1.5 ] * * Started from catwm 31/12/10 * Bad window error checking and numlock checking used from diff --git a/src/dminiwm.c b/src/dminiwm.c index e23cd2c..1733eba 100644 --- a/src/dminiwm.c +++ b/src/dminiwm.c @@ -1,4 +1,4 @@ -/* dminiwm.c [ 0.1.4 ] +/* dminiwm.c [ 0.1.5 ] * * I started this from catwm 31/12/10 * Bad window error checking and numlock checking used from @@ -783,7 +783,6 @@ void destroynotify(XEvent *e) { if(i != 0) { remove_window(ev->window); - grabkeys(); select_desktop(tmp); return; } -- cgit v1.3.1