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

Fix transparent window crash on Windows 11 #2121

Merged
merged 3 commits into from Jan 3, 2022

Commits on Jan 1, 2022

  1. Fix transparent window crash on Windows 11

    Maybe the transparent setting in WM_NCCREATE on Windows 11 will cause a block when calling DwmEnableBlureBehindWindow and will crash. Puts them into WM_CREATE and it works.
    yslib committed Jan 1, 2022
    Copy the full SHA
    305e725 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Update CHANGELOG.md

    Update CHANGELOG.md for Win11 transparent window issue
    yslib committed Jan 3, 2022
    Copy the full SHA
    bd56620 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9f81b4e View commit details
    Browse the repository at this point in the history