mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Cocoa: Disable shadow for transparent framebuffer
From upstream: 9883cb64f0
This commit is contained in:
@@ -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]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user