X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.c;h=0fd2a8286e98548c16e53c97990c1bcd048634aa;hb=d10c5383732eacad76a984bb57e4e00be90944cc;hp=c0fcade49556e090e62b0a9de9db1403376422dc;hpb=ba05275408d8bab8f887f1c9d7e20a071e13c35a;p=chaz%2Fopenbox diff --git a/openbox/mouse.c b/openbox/mouse.c index c0fcade4..0fd2a828 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -167,7 +167,7 @@ static gboolean fire_binding(ObMouseAction a, ObFrameContext context, /* if not bound, then nothing to do! */ if (it == NULL) return FALSE; - action_run_mouse(b->actions[a], c, state, button, x, y); + action_run_mouse(b->actions[a], c, context, state, button, x, y); return TRUE; }