Start work on a per window logo

This commit is contained in:
Kovid Goyal
2021-12-02 10:54:23 +05:30
parent 5d05aeaace
commit e04919098f
12 changed files with 93 additions and 76 deletions

View File

@@ -45,9 +45,9 @@ typedef struct {
float adjust_line_height_frac, adjust_column_width_frac, adjust_baseline_frac;
float background_opacity, dim_opacity;
char* background_image;
char *background_image, *default_window_logo;
BackgroundImageLayout background_image_layout;
BackgroundImageAnchor background_image_anchor;
BackgroundImageAnchor window_logo_position;
bool background_image_linear;
float background_tint;