mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-17 06:59:43 -05:00
Add wlr_output.serial
This commit is contained in:
parent
2bee288090
commit
09279b90a6
3 changed files with 12 additions and 3 deletions
|
|
@ -43,6 +43,7 @@ struct wlr_output {
|
|||
char name[16];
|
||||
char make[48];
|
||||
char model[16];
|
||||
char serial[16];
|
||||
uint32_t scale;
|
||||
int32_t width, height;
|
||||
int32_t phys_width, phys_height; // mm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue