X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Factions.cc;h=79b9fc410dd85a131cad9ec1a84d5094b8e52e41;hb=1c8090fa67994215f5e79cd9dd08f82110589d8a;hp=27f4ccae28c54c2e004be90348e7d2b17552aa48;hpb=ca3e463057ebf8a7a48a5997aedc062cdac72f3f;p=chaz%2Fopenbox diff --git a/src/actions.cc b/src/actions.cc index 27f4ccae..79b9fc41 100644 --- a/src/actions.cc +++ b/src/actions.cc @@ -45,7 +45,6 @@ void OBActions::insertPress(const XButtonEvent &e) OBClient *c = Openbox::instance->findClient(e.window); if (c) a->clientarea = c->area(); - printf("press %d x:%d y:%d winx:%d winy:%d\n", e.button, e.x_root, e.y_root, c->area().x(), c->area().y()); } void OBActions::removePress(const XButtonEvent &e) @@ -202,8 +201,6 @@ void OBActions::motionHandler(const XMotionEvent &e) unsigned int state = e.state & (ControlMask | ShiftMask | Mod1Mask | Mod2Mask | Mod3Mask | Mod4Mask | Mod5Mask); unsigned int button = _posqueue[0]->button; - printf("motion %d x:%d y:%d winx:%d winy:%d\n", button, x_root, y_root, - _posqueue[0]->clientarea.x(), _posqueue[0]->clientarea.y()); MotionData *data = new_motion_data(e.window, e.time, state, button, w->mcontext(), MouseMotion, x_root, y_root, _posqueue[0]->pos,