Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the desktop no longer show through when alpha blending is involved for borderless windows on the Mac. #237

Merged
merged 1 commit into from Mar 16, 2016

Commits on Mar 12, 2016

  1. Make the desktop no longer show through when alpha blending is involved

    for borderless windows on the Mac.
    
    This was because the blend function was
    `GL_SRC_ALPHA`/`GL_ONE_MINUS_SRC_ALPHA` for both RGB and alpha, and that
    was incorrect for alpha, since a destination alpha of 1.0 and a source
    alpha < 1.0 should result in an alpha of 1.0.
    pcwalton committed Mar 12, 2016
You can’t perform that action at this time.