mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: initialize window scale to -1
This commit is contained in:
parent
e5989d81b9
commit
36818459e5
1 changed files with 1 additions and 0 deletions
|
|
@ -1550,6 +1550,7 @@ wayl_win_init(struct terminal *term, const char *token)
|
|||
win->csd_mode = CSD_UNKNOWN;
|
||||
win->csd.move_timeout_fd = -1;
|
||||
win->resize_timeout_fd = -1;
|
||||
win->scale = -1.;
|
||||
|
||||
win->wm_capabilities.maximize = true;
|
||||
win->wm_capabilities.minimize = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue