mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-06 07:15:59 -04:00
drm backend: detect non-desktop outputs
This commit is contained in:
parent
481fbbca58
commit
05ed202183
4 changed files with 13 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ static const struct prop_info connector_info[] = {
|
|||
{ "EDID", INDEX(edid) },
|
||||
{ "PATH", INDEX(path) },
|
||||
{ "link-status", INDEX(link_status) },
|
||||
{ "non-desktop", INDEX(non_desktop) },
|
||||
#undef INDEX
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue