mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-16 08:21:40 -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
1bff9c3ff4
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