From c6f2875d61ce038bcc3b28e28aa26a0648efd752 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 13 Jul 2007 17:12:40 -0400 Subject: move directionalcycling actions into the same .c file. make interactive actions all kill delayed mouse focus which would kill the action. --- openbox/actions/cyclewindows.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'openbox/actions/cyclewindows.c') diff --git a/openbox/actions/cyclewindows.c b/openbox/actions/cyclewindows.c index a8c0c22c..7b4bd11e 100644 --- a/openbox/actions/cyclewindows.c +++ b/openbox/actions/cyclewindows.c @@ -112,10 +112,6 @@ static gboolean run_func(ObActionsData *data, gpointer options) { Options *o = options; - /* if using focus_delay, stop the timer now so that focus doesn't go moving - on us */ - event_halt_focus_delay(); - focus_cycle(o->forward, o->all_desktops, o->dock_windows, @@ -180,10 +176,10 @@ static void end_cycle(gboolean cancel, guint state, Options *o) TRUE, o->dialog, TRUE, cancel); + cycling = FALSE; if (ft) { actions_run_acts(o->actions, OB_USER_ACTION_KEYBOARD_KEY, state, -1, -1, 0, OB_FRAME_CONTEXT_NONE, ft); } - cycling = FALSE; } -- cgit v1.2.3