[gnome-settings-daemon] xsettings: Enable the automatic hidpi selection



commit 260359bc74dda450dda6bff1c4a17dd126a61b18
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Aug 20 14:30:29 2013 +0200

    xsettings: Enable the automatic hidpi selection
    
    gnome-shell can now handle Gtk+ enabling scaling by default, so its
    now safe to automatically enable this.

 plugins/xsettings/gsd-xsettings-manager.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
index 1620566..cb018a0 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -454,11 +454,6 @@ get_window_scale (GnomeXSettingsManager *manager)
                         if (dpi_x > HIDPI_LIMIT && dpi_y > HIDPI_LIMIT)
                                 window_scale = 2;
                 }
-
-                /* TODO: For now we don't support automatic scale picking, because it
-                   any scale but 1 breaks gnome-shell. Remove this when gnome-shell
-                   is fixed. */
-                window_scale = 1;
         }
 
         return window_scale;


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