summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-20 08:09:40 +0000
committerDana Jansens <danakj@orodu.net>2002-07-20 08:09:40 +0000
commit7d153b742bcdf4056ac5e70f8d039f13c12319b7 (patch)
treeaa323b34d1165177dbb9eac180def1525d9c6253
parentc517f511000c8ec775f7413527b9e276b7995806 (diff)
dont pass bound keys through to the application
-rw-r--r--util/epist/epist.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/epist.cc b/util/epist/epist.cc
index 9b046000..4397cc7b 100644
--- 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(), True, GrabModeAsync, GrabModeAsync);
+ (*scrit)->rootWindow(), False, GrabModeAsync, GrabModeAsync);
}
}
}