output: resize on scale changes

This commit is contained in:
Daniel Eklöf 2019-08-12 21:32:38 +02:00
parent 74f723e0cf
commit 05e91fa9df
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 16 additions and 6 deletions

View file

@ -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;