mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-25 06:59:42 -05:00
output: add wlr_output.port
This commit is contained in:
parent
980ac9e4c8
commit
85ab6b7eb2
2 changed files with 2 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ struct wlr_output {
|
|||
char *name;
|
||||
char *description; // may be NULL
|
||||
char *make, *model, *serial; // may be NULL
|
||||
char *port; // may be NULL
|
||||
int32_t phys_width, phys_height; // mm
|
||||
|
||||
// Note: some backends may have zero modes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue