Skip to content

wayland: Use true logical geometry in Display::outputsIntersecting()

Vlad Zahorodnii requested to merge work/zzag/wayland-outputs-intersecting into master

Display::outputsIntersecting() computes the logical geometry using the oriented mode size and the scale factor, but OutputInterface's scale factor is ceil()ed up, so the resulting logical geometry can be incorrect.

BUG: 459733

Merge request reports