projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
496c185
)
blef
author
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 08:52:35 +0000
(08:52 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 08:52:35 +0000
(08:52 +0000)
src/bindings.cc
patch
|
blob
|
history
diff --git
a/src/bindings.cc
b/src/bindings.cc
index 757f66b589d5c96cde988adf5dcc2655a5aadea7..783b6479c2b2d03cdea56828dc80f423346c2405 100644
(file)
--- a/
src/bindings.cc
+++ b/
src/bindings.cc
@@
-159,9
+159,8
@@
Bindings::~Bindings()
if (_timer)
delete _timer;
- grabKeys(false);
removeAllKeys();
-// removeAllButtons(); XXX
+ //removeAllButtons(); // this is done by each client as they are unmanaged
removeAllEvents();
}