Skip to content

wayland: Make window geometry handling spec compliant, take 2

The effective window geometry should be computed at the commit time after set_window_geometry request has been called only once.

Currently kwin computes the window geometry after every commit because of ambiguities in the spec that had existed at the time, and also Qt prior to version 6.9 not adhering to the spec.

Merge request reports

Loading