mutter/wayland: Add some missing output names
Sync with the drm_mode.h include file. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> https://bugzilla.gnome.org/show_bug.cgi?id=750363
This commit is contained in:
parent
4d5dd01b7d
commit
320e2d452f
@ -115,7 +115,7 @@ make_output_name (drmModeConnector *connector)
|
||||
static const char * const connector_type_names[] = {
|
||||
"unknown", "VGA", "DVII", "DVID", "DVID", "Composite",
|
||||
"SVIDEO", "LVDS", "Component", "9PinDIN", "DisplayPort",
|
||||
"HDMIA", "HDMIB", "TV", "eDP"
|
||||
"HDMIA", "HDMIB", "TV", "eDP", "Virtual", "DSI"
|
||||
};
|
||||
const char *connector_type_name;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user