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/keyboard.c | |
| parent | bb0fd965c50289c02619113f113927294fa5be23 (diff) | |
add the move action
Diffstat (limited to 'openbox/keyboard.c')
| -rw-r--r-- | openbox/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c index b12ad53d..6e45e5c4 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -256,7 +256,7 @@ void keyboard_event(ObClient *client, const XEvent *e) actions_run_acts(p->actions, OB_USER_ACTION_KEYBOARD_KEY, e->xkey.state, e->xkey.x_root, e->xkey.y_root, - OB_FRAME_CONTEXT_NONE, client); + 0, OB_FRAME_CONTEXT_NONE, client); } break; } |
