]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
line up the vars
[chaz/openbox] / util / epist / epist.cc
index 6296fe03fd51b5f5d88006ee8079afa073116733..3eac87839fde4e8591a791ba4ef09e5436227545 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.021965 seconds and 4 git commands to generate.