omg i found the bug that would make the mouse cursor end up way far from where you started the drag.

This commit is contained in:
Dana Jansens 2003-08-02 06:18:53 +00:00
parent 3123cf4a9f
commit 824bfd9d1f

View file

@ -384,9 +384,7 @@ static void event(ObEvent *e, void *foo)
e->data.x.client->frame->size.top +
e->data.x.client->frame->size.bottom);
fire_motion(MouseAction_Motion, context,
e->data.x.client, state, button,
e->data.x.e->xmotion.x_root,
e->data.x.e->xmotion.y_root, corner);
e->data.x.client, state, button, px, py, corner);
button = 0;
state = 0;
}