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 /Makefile.am | |
| 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 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 0c5d7cc8..c6c5dfb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,8 +158,7 @@ openbox_openbox_SOURCES = \ openbox/actions/decorations.c \ openbox/actions/desktop.c \ openbox/actions/dockautohide.c \ - openbox/actions/directionalcyclewindows.c \ - openbox/actions/directionaltargetwindow.c \ + openbox/actions/directionalwindows.c \ openbox/actions/execute.c \ openbox/actions/exit.c \ openbox/actions/focus.c \ |
