diff options
| author | moetunes <moetunes111@gmail.com> | 2011-10-24 16:50:37 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-10-24 16:50:37 +1000 |
| commit | a591a5b97972b80c91ea6a928b40a73b477d80fe (patch) | |
| tree | 43075534a0f706b9759a0acee33f87a19829465b /src/dminiwm.c | |
| parent | 3ed782435326ed8ecb917305721b1b297c607531 (diff) | |
Removed grabkeys() from destroynotify as it didn't provide the fix expected
Diffstat (limited to 'src/dminiwm.c')
| -rw-r--r-- | src/dminiwm.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; } |
