mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
term: convert ‘scale’ to a float
This commit is contained in:
parent
a9ecf1449e
commit
c1f374cc8d
3 changed files with 25 additions and 21 deletions
|
|
@ -454,7 +454,7 @@ struct terminal {
|
|||
int fd;
|
||||
} blink;
|
||||
|
||||
int scale;
|
||||
float scale;
|
||||
int width; /* pixels */
|
||||
int height; /* pixels */
|
||||
int stashed_width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue