all repos — openbox @ f693859b3e539527afa2bd65d615bad8402a1e55

openbox fork - make it a bit more like ryudo

remove some debug couts
Dana Jansens danakj@orodu.net
commit

f693859b3e539527afa2bd65d615bad8402a1e55

parent

b4816f24179501091015dd7323636308d967099e

2 files changed, 0 insertions(+), 2 deletions(-)

jump to
M util/epist/epist.ccutil/epist/epist.cc

@@ -138,7 +138,6 @@ root = e->xkey.root;

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) {
M util/epist/screen.ccutil/epist/screen.cc

@@ -145,7 +145,6 @@

void screen::handleKeypress(const XEvent &e) { ActionList::const_iterator it = _epist->actions().begin(); ActionList::const_iterator end = _epist->actions().end(); - cout << "key press\n"; for (; it != end; ++it) { if (e.xkey.keycode == it->keycode() && e.xkey.state == it->modifierMask()) {