diff options
| author | Ian Zimmerman <itz@buug.org> | 2012-09-30 20:51:01 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-10-06 21:56:56 -0400 |
| commit | 4d2ccf19168a4089a6a0de0109610479ec6d5507 (patch) | |
| tree | 27cae89a72bdc4e1831a4adf5bc752f0ac87faca /Makefile.am | |
| parent | 01f62ded2fe289fe245f4f05b5825f4bdcbe1dc3 (diff) | |
LeastOverlap placement option (Fix bug 5385)
Adds a new placement algorithm that finds a place on the monitor that overlaps
the least amount of windows as possible.
Original patch by Ian Zimmerman <itz@buug.org>.
Port to Openbox 3.5 by David Vogt <dv@adfinis.c>.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bfa3b579..37059ae5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -282,6 +282,8 @@ openbox_openbox_SOURCES = \ openbox/mwm.h \ openbox/openbox.c \ openbox/openbox.h \ + openbox/overlap.c \ + openbox/overlap.h \ openbox/ping.c \ openbox/ping.h \ openbox/place.c \ |
