X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fepist.cc;h=3eac87839fde4e8591a791ba4ef09e5436227545;hb=8e601e4a64b37f333fc3a5f844e4d72d6f289415;hp=9b0460000d36ceaabe0b477ae6272ecb5d2a87eb;hpb=c517f511000c8ec775f7413527b9e276b7995806;p=chaz%2Fopenbox diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 9b046000..3eac8783 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); } } } @@ -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) {