From 5b54f86aeef7495f284780cb6546c06d88dbb3ed Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 20 Jun 2019 16:09:28 +0100 Subject: [PATCH] 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)