mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-31 07:11:09 -04:00
render: replace all usage of cairo with pixman
This commit is contained in:
parent
bed7b34c28
commit
81107753bf
5 changed files with 90 additions and 81 deletions
4
config.c
4
config.c
|
|
@ -224,7 +224,7 @@ parse_section_colors(const char *key, const char *value, struct config *conf,
|
|||
return false;
|
||||
}
|
||||
|
||||
conf->colors.alpha = alpha;
|
||||
conf->colors.alpha = alpha * 65535.;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -466,7 +466,7 @@ config_load(struct config *conf)
|
|||
default_bright[6],
|
||||
default_bright[7],
|
||||
},
|
||||
.alpha = 1.,
|
||||
.alpha = 0xffff,
|
||||
},
|
||||
|
||||
.cursor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue