mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
Merge branch 'conn-port' into 'master'
Draft: output: add wlr_output.port See merge request wlroots/wlroots!3979
This commit is contained in:
commit
9075a1191d
7 changed files with 143 additions and 1 deletions
|
|
@ -192,6 +192,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
|
||||
const struct wlr_color_primaries *default_primaries; // may be NULL
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue