mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
output: resize on scale changes
This commit is contained in:
parent
74f723e0cf
commit
05e91fa9df
4 changed files with 16 additions and 6 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#define unlikely(c) __builtin_expect(!!(c), 0)
|
||||
|
||||
struct monitor {
|
||||
struct terminal *term;
|
||||
struct wl_output *output;
|
||||
struct zxdg_output_v1 *xdg;
|
||||
char *name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue