https://bugs.kde.org/show_bug.cgi?id=440001
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/e94fbcd853fe |ma/kwin/commit/ad62f7c3b7ba |4101c9d82b4df0803c7b6e97c0d |60182ae42d1573dae8fd57560ad |4 |7 --- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit ad62f7c3b7ba60182ae42d1573dae8fd57560ad7 by Vlad Zahorodnii. Committed on 05/08/2021 at 06:03. Pushed by vladz into branch 'Plasma/5.22'. Copy shape region to Deleted Currently, the shape region is not copied to the Deleted. If either SurfaceItemX11 or SurfaceItemXwayland needs to build quads for a shaped window, it won't be able to do so properly because the corresponding x11 window is long time gone. If the shape region changes before the window is unmapped, you may still see visual artifacts. Unfortunately, the only way to fix that bug is to switch to wayland. Related: bug 438458, bug 435378 (cherry picked from commit e94fbcd853fe4101c9d82b4df0803c7b6e97c0d4) M +2 -0 src/toplevel.cpp https://invent.kde.org/plasma/kwin/commit/ad62f7c3b7ba60182ae42d1573dae8fd57560ad7 -- You are receiving this mail because: You are watching all bug changes.