]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
add interactive action functions. some other changes to stuff that wasnt going to...
[chaz/openbox] / openbox / mouse.c
index f0403b97ea1d6d861cadb95a80e7be2dd71b3c41..d8813162627de27dfca2b0586d2c98ca3fd2e141 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),
-                     time, state, button, x, y, context, c, OB_ACTION_DONE);
+                     time, state, x, y, context, c);
     return TRUE;
 }
 
This page took 0.021461 seconds and 4 git commands to generate.