all repos — openbox @ 0e9c5049a549ffca05f7bfcf42d9678c0fd5cce3

openbox fork - make it a bit more like ryudo

use the alst button press for clicks instead of teh fisrt. it make sno diff to me really and this makes it work when you grab the pointer on the click, without leaving the mouse plugin in a weird state.
Dana Jansens danakj@orodu.net
commit

0e9c5049a549ffca05f7bfcf42d9678c0fd5cce3

parent

4b90b241ce07101b803f7920e9c4106561da8a19

1 files changed, 4 insertions(+), 6 deletions(-)

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

@@ -274,12 +274,10 @@ case Event_X_ButtonPress:

context = frame_context(e->data.x.client, e->data.x.e->xbutton.window); - if (!button) { - px = e->data.x.e->xbutton.x_root; - py = e->data.x.e->xbutton.y_root; - button = e->data.x.e->xbutton.button; - state = e->data.x.e->xbutton.state; - } + px = e->data.x.e->xbutton.x_root; + py = e->data.x.e->xbutton.y_root; + button = e->data.x.e->xbutton.button; + state = e->data.x.e->xbutton.state; fire_button(MouseAction_Press, context, e->data.x.client, e->data.x.e->xbutton.state,