Skip to content

fix wlr_box_intersection and closest_point

Simon Ser requested to merge github/fork/acrisci/fix-box-minus-one into master

Created by: acrisci

Now that box x + width is not within the box, update the intersection and closest point functions to work correctly.

There are probably a lot more off-by-one errors in the code. This fixes the positioner.

Merge request reports