mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
xrandr: Fix copy/paste typo in connector type heuristics
This commit is contained in:
parent
dac30a222e
commit
95ad52ba58
@ -538,7 +538,7 @@ output_get_connector_type_from_name (MetaMonitorManagerXrandr *manager_xrandr,
|
||||
if (g_str_has_prefix (name, "Virtual"))
|
||||
return META_CONNECTOR_TYPE_VIRTUAL;
|
||||
if (g_str_has_prefix (name, "Composite"))
|
||||
return META_CONNECTOR_TYPE_VGA;
|
||||
return META_CONNECTOR_TYPE_Composite;
|
||||
if (g_str_has_prefix (name, "S-video"))
|
||||
return META_CONNECTOR_TYPE_SVIDEO;
|
||||
if (g_str_has_prefix (name, "TV"))
|
||||
|
Loading…
Reference in New Issue
Block a user