summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-13 17:12:40 -0400
committerDana Jansens <danakj@orodu.net>2007-07-13 17:12:40 -0400
commitc6f2875d61ce038bcc3b28e28aa26a0648efd752 (patch)
tree97130984adb2e6fd203d021112422c845c744baf /openbox/actions/all.c
parent70a80ba763f804d3271d85c66234bb1b368f2aa4 (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/all.c')
-rw-r--r--openbox/actions/all.c3
1 files changed, 1 insertions, 2 deletions
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();