Merge branch 'conn-port' into 'master'

Draft: output: add wlr_output.port

See merge request wlroots/wlroots!3979
This commit is contained in:
Simon Ser 2026-04-09 17:33:07 +00:00
commit 1bff9c3ff4
7 changed files with 143 additions and 1 deletions

View file

@ -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