Cocoa: Disable shadow for transparent framebuffer
From upstream: 9883cb64f0
This commit is contained in:
parent
4c4c6ab0e6
commit
a1c49a0f7f
@ -1314,6 +1314,7 @@ static GLFWbool createNativeWindow(_GLFWwindow* window,
|
|||||||
if (fbconfig->transparent)
|
if (fbconfig->transparent)
|
||||||
{
|
{
|
||||||
[window->ns.object setOpaque:NO];
|
[window->ns.object setOpaque:NO];
|
||||||
|
[window->ns.object setHasShadow:NO];
|
||||||
[window->ns.object setBackgroundColor:[NSColor clearColor]];
|
[window->ns.object setBackgroundColor:[NSColor clearColor]];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user