Skip to content
Commit ae3780c8 authored by Sergio Gómez's avatar Sergio Gómez 💬 Committed by Marius Vlad
Browse files

libweston/input: Fix assert for valid confine region



We need only check that the region is not empty. If either the input region or
the constraint region have degenerate extents, the intersection from the
previous instruction will set confine_region->data to pixman_region_empty_data.

Fixes: b6423e59

Signed-off-by: default avatarSergio Gómez <sergio.g.delreal@gmail.com>
(cherry picked from commit 1ed88f60)
parent 3e334ff6
Pipeline #883120 passed with stages
in 5 minutes and 58 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment