[gtk/issue-1961-master: 23/23] Set the monitor's connector under X11



commit 14a3b3c2bb4f9cdfc207c1c7304ec869ed665027
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 20 16:09:28 2019 +0100

    Set the monitor's connector under X11
    
    Like we do on Wayland.
    
    In this case, we copy it from the same source as the output name,
    because it's going to match.

 gdk/x11/gdkscreen-x11.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c
index 294e1c4338..cda654f04e 100644
--- a/gdk/x11/gdkscreen-x11.c
+++ b/gdk/x11/gdkscreen-x11.c
@@ -432,6 +432,7 @@ init_randr15 (GdkX11Screen *x11_screen, gboolean *changed)
       gdk_monitor_set_refresh_rate (GDK_MONITOR (monitor), refresh_rate);
       gdk_monitor_set_scale_factor (GDK_MONITOR (monitor), x11_screen->surface_scale);
       gdk_monitor_set_model (GDK_MONITOR (monitor), name);
+      gdk_monitor_set_connector (GDK_MONITOR (monitor), name);
       g_free (name);
 
       if (rr_monitors[i].primary)


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