fix: add DWM_BB_ENABLE | DWM_BB_BLURREGION;

This commit is contained in:
MicroBlock 2025-02-03 15:35:46 +08:00 committed by GitHub
parent 1952a1b363
commit 9541979be2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -389,7 +389,7 @@ static void updateFramebufferTransparency(const _GLFWwindow* window)
{
HRGN region = CreateRectRgn(0, 0, -1, -1);
DWM_BLURBEHIND bb = {0};
bb.dwFlags = DWM_BB_ENABLE;
bb.dwFlags = DWM_BB_ENABLE | DWM_BB_BLURREGION;;
bb.hRgnBlur = region;
bb.fEnable = TRUE;