This commit is contained in:
Liz3 (Yann HN) 2024-01-11 03:45:36 +01:00
parent b6187626ab
commit c2952e047a

View File

@ -1037,7 +1037,7 @@ void _glfwSetWindowTitlebarColorCocoa(_GLFWwindow* window, int r, int g, int b,
NSColor *color = [NSColor colorWithCalibratedRed:red green:green blue:blue alpha:alpha];
[window->ns.object setTitlebarAppearsTransparent:YES]; // gives it "flat" look
// [window->ns.object setTitlebarAppearsTransparent:YES]; // gives it "flat" look
[window->ns.object setBackgroundColor:color];
} // autoreleasepool
}