mirror of
https://github.com/brl/mutter.git
synced 2025-03-12 14:25:07 +00:00

Previously it would only try to set the blend equation if the RGB and alpha blending functions were different. However it's completely valid to use a non-standard blending function when the functions are the same. This patch moves the blending equation to outside the if statement.