]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
add the move action
[chaz/openbox] / openbox / mouse.c
index 493e1000c1eb546674053154896504cfae599935..97abf70840e10531dc8f064a73aee1e5d70ca145 100644 (file)
@@ -196,7 +196,7 @@ static gboolean fire_binding(ObMouseAction a, ObFrameContext context,
     if (it == NULL) return FALSE;
 
     actions_run_acts(b->actions[a], mouse_action_to_user_action(a),
-                     state, x, y, context, c);
+                     state, x, y, button, context, c);
     return TRUE;
 }
 
This page took 0.022448 seconds and 4 git commands to generate.