mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
wayland: include more output (monitor) details in the log output
This commit is contained in:
parent
8dc9560431
commit
db1d913ba8
2 changed files with 26 additions and 10 deletions
|
|
@ -33,6 +33,10 @@ struct monitor {
|
|||
|
||||
int scale;
|
||||
float refresh;
|
||||
|
||||
char *make;
|
||||
char *model;
|
||||
float inch; /* e.g. 24" */
|
||||
};
|
||||
|
||||
struct kbd {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue