diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 08:09:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 08:09:40 +0000 |
| commit | 7d153b742bcdf4056ac5e70f8d039f13c12319b7 (patch) | |
| tree | aa323b34d1165177dbb9eac180def1525d9c6253 /util | |
| parent | c517f511000c8ec775f7413527b9e276b7995806 (diff) | |
dont pass bound keys through to the application
Diffstat (limited to 'util')
| -rw-r--r-- | util/epist/epist.cc | 2 |
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); } } } |
