mirror of
https://github.com/glfw/glfw.git
synced 2025-04-04 21:15:07 +00:00
fix: add DWM_BB_ENABLE | DWM_BB_BLURREGION;
This commit is contained in:
parent
1952a1b363
commit
9541979be2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue