]> icculus.org git repositories - dana/openbox.git/commit
Use the BSEARCH() macro in overlap placement
authorDana Jansens <danakj@orodu.net>
Sun, 1 Sep 2013 19:17:11 +0000 (15:17 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 2 Sep 2013 18:10:37 +0000 (14:10 -0400)
commite33c070d15f8a719598002dde8605cb11fc9d263
tree306367a676976233e1fef8a02bcabd12dd5db67e
parent047a201498c4a108961a3d38e0707b78be378355
Use the BSEARCH() macro in overlap placement

Currently the code rolls its own binary search, but now that we have
a well-tested binary search implementation in obt/ we can make use
of that.
openbox/place_overlap.c