diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 06:05:08 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 06:05:08 +0000 |
| commit | 1c8090fa67994215f5e79cd9dd08f82110589d8a (patch) | |
| tree | d4eb6b447c5a5577eadecab08221c1dbd3359fbd /src/actions.cc | |
| parent | ca3e463057ebf8a7a48a5997aedc062cdac72f3f (diff) | |
clicks on the client work as they should
Diffstat (limited to 'src/actions.cc')
| -rw-r--r-- | src/actions.cc | 3 |
1 files changed, 0 insertions, 3 deletions
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, |
