aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoetunes <moetunes111@gmail.com>2011-10-24 16:50:37 +1000
committermoetunes <moetunes111@gmail.com>2011-10-24 16:50:37 +1000
commita591a5b97972b80c91ea6a928b40a73b477d80fe (patch)
tree43075534a0f706b9759a0acee33f87a19829465b /src
parent3ed782435326ed8ecb917305721b1b297c607531 (diff)
Removed grabkeys() from destroynotify as it didn't provide the fix expected
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rwxr-xr-xsrc/config.h2
-rw-r--r--src/dminiwm.c3
3 files changed, 3 insertions, 3 deletions
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;
}