mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 20:58:10 +00:00

The correct blend function for the alpha channel is: GL_ONE, GL_ONE_MINUS_SRC_ALPHA As per bug 1406. This fix was dropped when the switch to premultiplied alpha was merged.