mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Merge branch 'remove_space' of https://github.com/Luflosi/kitty
This commit is contained in:
@@ -440,7 +440,7 @@ cocoa_set_titlebar_color(void *w, color_type titlebar_color)
|
|||||||
{
|
{
|
||||||
@autoreleasepool {
|
@autoreleasepool {
|
||||||
|
|
||||||
NSWindow *window = (NSWindow *)w;
|
NSWindow *window = (NSWindow*)w;
|
||||||
|
|
||||||
double red = ((titlebar_color >> 16) & 0xFF) / 255.0;
|
double red = ((titlebar_color >> 16) & 0xFF) / 255.0;
|
||||||
double green = ((titlebar_color >> 8) & 0xFF) / 255.0;
|
double green = ((titlebar_color >> 8) & 0xFF) / 255.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user