Skip to content

wlr_output_layout_contains_point: handle outputs that aren't in the layout

wlr_output_layout_contains_point: handle outputs that aren't in the layout

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.

(cherry picked from commit 13fcdba75cf5f21cfd49c1a05f4fa62f77619b40)

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3475

Merge request reports