main: track output refresh rate

This commit is contained in:
Daniel Eklöf 2019-09-20 22:15:18 +02:00
parent dd26fa099b
commit 1a9ec997b3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 8 additions and 2 deletions

View file

@ -35,6 +35,7 @@ struct monitor {
int height_px;
int scale;
float refresh;
};
struct wayland {