[mutter] mutter/wayland: Add some missing output names



commit 320e2d452f0bfaae48452c7717dbba74a26116ed
Author: Thomas Hellstrom <thellstrom vmware com>
Date:   Wed Jun 3 22:15:57 2015 +0200

    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

 src/backends/native/meta-monitor-manager-kms.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backends/native/meta-monitor-manager-kms.c b/src/backends/native/meta-monitor-manager-kms.c
index d0bd467..cc2b18e 100644
--- a/src/backends/native/meta-monitor-manager-kms.c
+++ b/src/backends/native/meta-monitor-manager-kms.c
@@ -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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]