Skip to content

wlr_output_layout_contains_point: handle outputs that aren't in the layout

Sebastian Krzyszkowiak requested to merge dos/wlroots:layout into master

Instead of crashing, return false when the specified output isn't part of the layout, as we can be sure that it doesn't contain the specified point.

Merge request reports