Skip to content

glsl-effect: Don't overwrite the framebuffer's alpha/X channel

Daniel van Vugt requested to merge vanvugt/gnome-shell:fix-issue-6889 into main

It's a waste of effort and will also taint screenshots if they accidentally store that channel as alpha.

Fixes: #6389 (closed)

Though more work could be done after this to prevent fullscreen and area screenshots from storing an alpha channel. Alpha is only needed in window screenshots.

Merge request reports