Skip to content

wayland: Avoid rearranging layer surfaces when wl_surface size changes

Vlad Zahorodnii requested to merge work/cherry-pick-648cfcd6 into Plasma/6.0

wl_surface size is not used when re-arranging surfaces. It also results in excessive configure events.

Note that it can be useful for updating strut rects, but we could use the next geometry, which is even preferrable over the frame geometry as the Workspace would use proper struts earlier.

(cherry picked from commit 648cfcd6)

Merge request reports