Skip to content

scene: Check SurfacePixmap's alpha channel to determine if surface is translucent

Vlad Zahorodnii requested to merge work/zzag/scanout-pixmap-alpha-channel into master

If the main surface is translucent (e.g. it contains only the drop shadow) but its subsurface is opaque, the "window->isOpaque()" check will produce a false positive.

Merge request reports