Skip to content

wayland: Fix null pointer constraint region handling

Vlad Zahorodnii requested to merge work/zzag/pointer-constraint-region into master

If the pointer constraint region is null, the input region must be used instead. If the pointer constraint region is valid, it should be intersected with the input region.

BUG: 457021

Merge request reports