[gnome-shell] shell-global: Don't override the X11 window scale



commit b18735da52329716ae174b849b287136e94b873b
Author: Jonas Ådahl <jadahl gmail com>
Date:   Thu May 11 12:21:16 2017 +0800

    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 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/shell-global.c b/src/shell-global.c
index 3c999ec..bdaaaed 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


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