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:
c517f51
)
dont pass bound keys through to the application
author
Dana Jansens
<danakj@orodu.net>
Sat, 20 Jul 2002 08:09:40 +0000
(08:09 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 20 Jul 2002 08:09:40 +0000
(08:09 +0000)
util/epist/epist.cc
patch
|
blob
|
history
diff --git
a/util/epist/epist.cc
b/util/epist/epist.cc
index 9b0460000d36ceaabe0b477ae6272ecb5d2a87eb..4397cc7be1df678e0650be2f49accb3ebcce9e08 100644
(file)
--- a/
util/epist/epist.cc
+++ b/
util/epist/epist.cc
@@
-105,7
+105,7
@@
void epist::activateGrabs() {
for(ait = _actions.begin(); ait != end; ++ait) {
XGrabKey(getXDisplay(), ait->keycode(), ait->modifierMask(),
- (*scrit)->rootWindow(),
Tru
e, GrabModeAsync, GrabModeAsync);
+ (*scrit)->rootWindow(),
Fals
e, GrabModeAsync, GrabModeAsync);
}
}
}