mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-18 22:05:25 -05:00
term: background alpha is not a floating point number
This commit is contained in:
parent
0ea0323d0f
commit
ce4e99ebe2
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ struct terminal {
|
||||||
uint32_t fg;
|
uint32_t fg;
|
||||||
uint32_t bg;
|
uint32_t bg;
|
||||||
uint32_t table[256];
|
uint32_t table[256];
|
||||||
double alpha;
|
uint16_t alpha;
|
||||||
|
|
||||||
uint32_t default_fg;
|
uint32_t default_fg;
|
||||||
uint32_t default_bg;
|
uint32_t default_bg;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue