From fbc7607fbd1a380428a53094e727ac7631871bd4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 04:37:33 +0000 Subject: add the cyclewindows action --- openbox/keyboard.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/keyboard.c') diff --git a/openbox/keyboard.c b/openbox/keyboard.c index ac92f5f9..b12ad53d 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -255,8 +255,7 @@ void keyboard_event(ObClient *client, const XEvent *e) keyboard_reset_chains(0); actions_run_acts(p->actions, OB_USER_ACTION_KEYBOARD_KEY, - e->xkey.time, e->xkey.state, - e->xkey.x_root, e->xkey.y_root, + e->xkey.state, e->xkey.x_root, e->xkey.y_root, OB_FRAME_CONTEXT_NONE, client); } break; -- cgit v1.2.3