diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:12:40 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:12:40 -0400 |
| commit | c6f2875d61ce038bcc3b28e28aa26a0648efd752 (patch) | |
| tree | 97130984adb2e6fd203d021112422c845c744baf /openbox/actions/cyclewindows.c | |
| parent | 70a80ba763f804d3271d85c66234bb1b368f2aa4 (diff) | |
move directionalcycling actions into the same .c file. make interactive actions all kill delayed mouse focus which would kill the action.
Diffstat (limited to 'openbox/actions/cyclewindows.c')
| -rw-r--r-- | openbox/actions/cyclewindows.c | 6 |
1 files changed, 1 insertions, 5 deletions
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; } |
