mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
config: gamma-correct-blending: disable by default
This commit is contained in:
parent
1dc8354534
commit
b07ce56321
8 changed files with 11 additions and 21 deletions
2
render.c
2
render.c
|
|
@ -5251,6 +5251,6 @@ render_xcursor_set(struct seat *seat, struct terminal *term,
|
|||
bool
|
||||
render_do_linear_blending(const struct terminal *term)
|
||||
{
|
||||
return term->conf->gamma_correct != GAMMA_CORRECT_DISABLED &&
|
||||
return term->conf->gamma_correct &&
|
||||
term->wl->color_management.img_description != NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue