wayland: include more output (monitor) details in the log output

This commit is contained in:
Daniel Eklöf 2019-12-05 19:35:34 +01:00
parent 8dc9560431
commit db1d913ba8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 26 additions and 10 deletions

View file

@ -33,6 +33,10 @@ struct monitor {
int scale;
float refresh;
char *make;
char *model;
float inch; /* e.g. 24" */
};
struct kbd {