Store transparent colors on ColorProfile

This will eventually allow them to be changed using remote control and
escape codes.
This commit is contained in:
Kovid Goyal
2024-09-20 10:02:28 +05:30
parent 6ca187c42c
commit dbfeb8d6a4
13 changed files with 58 additions and 64 deletions

View File

@@ -119,7 +119,6 @@ typedef struct {
} *entries;
} font_features;
struct { Animation *cursor, *visual_bell; } animation;
struct { color_type color; float opacity; bool is_set; } transparent_background_colors[8];
} Options;
typedef struct WindowLogoRenderData {