]> Dogcows Code - chaz/openbox/commitdiff
dont pass bound keys through to the application
authorDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 08:09:40 +0000 (08:09 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 20 Jul 2002 08:09:40 +0000 (08:09 +0000)
util/epist/epist.cc

index 9b0460000d36ceaabe0b477ae6272ecb5d2a87eb..4397cc7be1df678e0650be2f49accb3ebcce9e08 100644 (file)
@@ -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);
     }
   }
 }
This page took 0.027387 seconds and 4 git commands to generate.