[mate-control-center] 03/05: debian/patches: Drop 0001_fix_screen_geometry_when_snapping.patch. Applied upstream.

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 03f5884d9800b416e7f469ac61a809ad2dfcfd1d
Author: Martin Wimpress <martin.wimpress at ubuntu.com>
Date:   Mon Mar 26 22:09:32 2018 +0100

    debian/patches: Drop 0001_fix_screen_geometry_when_snapping.patch. Applied upstream.
---
 .../0001_fix_screen_geometry_when_snapping.patch   | 23 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/0001_fix_screen_geometry_when_snapping.patch b/debian/patches/0001_fix_screen_geometry_when_snapping.patch
deleted file mode 100644
index b7e51dd..0000000
--- a/debian/patches/0001_fix_screen_geometry_when_snapping.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Author: Brent Bradburn
-Description: Fix screen geometry to account for rotation when snapping.
-
-diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c
-index 7089a24..a2078a6 100644
---- a/capplets/display/xrandr-capplet.c
-+++ b/capplets/display/xrandr-capplet.c
-@@ -1153,6 +1153,7 @@ list_edges_for_output (MateRROutputInfo *output, GArray *edges)
-     int x, y, w, h;
- 
-     mate_rr_output_info_get_geometry (output, &x, &y, &w, &h);
-+    get_geometry(output, &w, &h); // accounts for rotation
- 
-     /* Top, Bottom, Left, Right */
-     add_edge (output, x, y, x + w, y, edges);
-@@ -1351,6 +1352,7 @@ static void
- get_output_rect (MateRROutputInfo *output, GdkRectangle *rect)
- {
-     mate_rr_output_info_get_geometry (output, &rect->x, &rect->y, &rect->width, &rect->height);
-+    get_geometry (output, &rect->width, &rect->height); // accounts for rotation
- }
- 
- static gboolean
diff --git a/debian/patches/series b/debian/patches/series
index d7c348d..ceee034 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0000_hidpi.patch
-0001_fix_screen_geometry_when_snapping.patch
 0002_add_auto-detect_toggle.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