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:
parent
3123cf4a9f
commit
824bfd9d1f
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue