Skip to content

scene/workspacescene: don't assume fullscreen clients are opaque

Xaver Hugl requested to merge work/zamundaaa/spectacle-scanout into master

While the xdg shell specification says otherwise, in practice we have apps that are translucent and expect that to work in fullscreen. More importantly, if we don't enforce opaqueness with GPU compositing, we shouldn't do it in scanout either

BUG: 493222

Merge request reports