diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 05:17:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 05:17:10 +0000 |
| commit | d642be361fde438e2b29b7374b4d6465f47ad9e9 (patch) | |
| tree | b52caf5d31c9729f7cee06ce156a72bf4a89d307 /openbox/mouse.c | |
| parent | bb0fd965c50289c02619113f113927294fa5be23 (diff) | |
add the move action
Diffstat (limited to 'openbox/mouse.c')
| -rw-r--r-- | openbox/mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/mouse.c b/openbox/mouse.c index 493e1000..97abf708 100644 --- a/openbox/mouse.c +++ b/openbox/mouse.c @@ -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; } |
