Cocoa: Disable shadow for transparent framebuffer
From upstream: 9883cb64f0
This commit is contained in:
parent
4c4c6ab0e6
commit
a1c49a0f7f
1 changed files with 1 additions and 0 deletions
|
|
@ -1314,6 +1314,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
|
|||
if (fbconfig->transparent)
|
||||
{
|
||||
[window->ns.object setOpaque:NO];
|
||||
[window->ns.object setHasShadow:NO];
|
||||
[window->ns.object setBackgroundColor:[NSColor clearColor]];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue