Skip to content

wayland: Bail loudly if invalid geometry is set

There is some bug somewhere where the geometry ends up being correct. Mutter didn't handle this gracefully, and is to be changed to simply respect the protocol and error out the client that sends bogus data.

Prepare for this by instead of sending bogus data, complain loudly if it would happen dropping the invalid geometry on the floor instead of sending it.

Related: mutter#1527 (closed)

Merge request reports