all repos — openbox @ 824bfd9d1fc60d2c710693dd26f168c3a7c8beea

openbox fork - make it a bit more like ryudo

omg i found the bug that would make the mouse cursor end up way far from where you started the drag.
Dana Jansens danakj@orodu.net
commit

824bfd9d1fc60d2c710693dd26f168c3a7c8beea

parent

3123cf4a9faa050bbdeca099f8ed6ea2752418bb

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M plugins/mouse/mouse.cplugins/mouse/mouse.c

@@ -384,9 +384,7 @@ e->data.x.client->area.height +

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; }