diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 02:01:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 02:01:45 +0000 |
| commit | 8becd1f93f9a8a448ca61372e50bd8bf79e7ab9d (patch) | |
| tree | 7f0e16879788922122f18c8d01edb6d2a5ae3f90 /openbox/mouse.c | |
| parent | 314c0566371d83305d723c883884555a24cc0ad8 (diff) | |
add interactive action functions. some other changes to stuff that wasnt going to work
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 f0403b97..d8813162 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), - time, state, button, x, y, context, c, OB_ACTION_DONE); + time, state, x, y, context, c); return TRUE; } |
