Skip to content
Commit edd657e7 authored by Marco Martin's avatar Marco Martin Committed by Kurt Hindenburg
Browse files

Fix a translucency repaint glitch in Wayland

When the konsole profile is set to use translucency and the konole part
is used in an app that doesn't support it, like konsole or dolphin, on X11
the translucency has no effect and the konsole part is opaque.
On wayland this doesn't happen and it tries to make that area of the app
translucent, but then the damage information is not correctly set and
there are drawing glitches in the transparent area.

This just disables transparency when the toplevel window doesn't have
the WA_TranslucentBackground attribute set.

(cherry picked from commit 1e611bd4)
parent a9a311ae
Pipeline #362043 passed with stage
in 5 minutes and 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment