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



commit fae9e7b4351add3c03eb2efba45420e88c9db865
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 f5faf8feac..7c503b36a8 100644
--- a/gdk/x11/gdkscreen-x11.c
+++ b/gdk/x11/gdkscreen-x11.c
@@ -524,6 +524,7 @@ init_randr15 (GdkScreen *screen, gboolean *changed)
       gdk_monitor_set_refresh_rate (GDK_MONITOR (monitor), refresh_rate);
       gdk_monitor_set_scale_factor (GDK_MONITOR (monitor), x11_screen->window_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]