Skip to content

window/wayland: Don't recursive indefinitely when updating monitor

Jonas Ådahl requested to merge jadahl/mutter:wip/issue279 into master

When we update the main monitor, there is a rule that makes it so that popup windows use the same main monitor as their parent. In the commit f4d07caa the call that updates and fetches the main monitor of the toplevel accidentally changed to update from itself, causing a indefinite recursion eventually resulting in a crash.

Closes: #279 (closed)

Merge request reports