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/all.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/actions/all.c') diff --git a/openbox/actions/all.c b/openbox/actions/all.c index c4d7982c..f1ae5be2 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -26,8 +26,7 @@ void action_all_startup() action_shade_startup(); action_kill_startup(); action_omnipresent_startup(); - action_directionalcyclewindows_startup(); - action_directionaltargetwindow_startup(); + action_directionalwindows_startup(); action_resize_startup(); action_decorations_startup(); action_desktop_startup(); -- cgit v1.2.3