Skip to content

Discard SurfaceItemXwayland's quads when shape changes

Vlad Zahorodnii requested to merge work/discard-xwayland-shape into master

The SurfaceItemXwayland has to re-build quads if the shape changes.

The SurfaceItemX11 doesn't need a similar fix as it already discards quads whenever the shape region changes.

Merge request reports