]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.cc
line up the vars
[chaz/openbox] / util / epist / epist.cc
index 9b0460000d36ceaabe0b477ae6272ecb5d2a87eb..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);
     }
   }
 }
@@ -138,7 +138,6 @@ void epist::process_event(XEvent *e) {
   else
     root = e->xany.window;
   
-  cout << "event\n";
   ScreenList::const_iterator it, end = _screens.end();
   for (it = _screens.begin(); it != end; ++it) {
     if ((*it)->rootWindow() == root) {
This page took 0.024337 seconds and 4 git commands to generate.