From b18735da52329716ae174b849b287136e94b873b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 11 May 2017 12:21:16 +0800 Subject: [PATCH] shell-global: Don't override the X11 window scale It's already done by libmutter. https://bugzilla.gnome.org/show_bug.cgi?id=765011 --- src/shell-global.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell-global.c b/src/shell-global.c index 3c999ec30..bdaaaedbf 100644 --- a/src/shell-global.c +++ b/src/shell-global.c @@ -855,8 +855,6 @@ update_scaling_factor (ShellGlobal *global, g_object_set (clutter_settings_get_default (), "font-dpi", xft_dpi, NULL); } - /* Make sure clutter and gdk scaling stays disabled */ - gdk_x11_display_set_window_scale (gdk_display_get_default (), 1); } static void