[mate-control-center] 05/05: debian/patches: Drop 0000_hidpi.patch. Obsolete.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Mon Mar 26 21:43:49 UTC 2018


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch master
in repository mate-control-center.

commit 8ec10722f22cf605cfe522791faa80324ed52da4
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Mon Mar 26 22:16:45 2018 +0100

    debian/patches: Drop 0000_hidpi.patch. Obsolete.
---
 debian/patches/0000_hidpi.patch | 23 -----------------------
 debian/patches/series           |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/0000_hidpi.patch b/debian/patches/0000_hidpi.patch
deleted file mode 100644
index 60a982f..0000000
--- a/debian/patches/0000_hidpi.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/capplets/appearance/appearance-font.c b/capplets/appearance/appearance-font.c
-index 0df8d4e..cd1a4e5 100644
---- a/capplets/appearance/appearance-font.c
-+++ b/capplets/appearance/appearance-font.c
-@@ -422,6 +422,7 @@ get_dpi_from_x_server (void)
- {
-   GdkScreen  *screen;
-   double dpi;
-+  gint scale;
- 
-   screen = gdk_screen_get_default ();
- 
-@@ -443,6 +444,10 @@ get_dpi_from_x_server (void)
-     dpi = DPI_FALLBACK;
-   }
- 
-+  scale = gdk_window_get_scale_factor (gdk_screen_get_root_window (screen));
-+  if (scale)
-+    dpi = dpi * scale;
-+
-   return dpi;
- }
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8f7d3a1..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0000_hidpi.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-control-center.git



More information about the pkg-mate-commits mailing list