summarylogtreecommitdiffstats
path: root/0003-Fix-new-window-always-top-left-when-screen-not-full.patch
diff options
context:
space:
mode:
authorOlivier Brunel2015-03-15 14:19:46 +0100
committerOlivier Brunel2015-06-08 19:22:25 +0200
commita3730d8f7772357f169507a4cb3f6d9eca0b8ef1 (patch)
tree274c480490125daf24577af00862c80b75241f11 /0003-Fix-new-window-always-top-left-when-screen-not-full.patch
parentebe48535f26b7948f3abca226263752e4919be7a (diff)
downloadaur-a3730d8f7772357f169507a4cb3f6d9eca0b8ef1.tar.gz
xfwm4-better-smartplacement: upgrade to 4.12.1
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to '0003-Fix-new-window-always-top-left-when-screen-not-full.patch')
-rw-r--r--0003-Fix-new-window-always-top-left-when-screen-not-full.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0003-Fix-new-window-always-top-left-when-screen-not-full.patch b/0003-Fix-new-window-always-top-left-when-screen-not-full.patch
index 75e5713bd0e8..18ad8129db5e 100644
--- a/0003-Fix-new-window-always-top-left-when-screen-not-full.patch
+++ b/0003-Fix-new-window-always-top-left-when-screen-not-full.patch
@@ -1,4 +1,4 @@
-From af8f2eb1f25d2ca467fe941aeed111a743fce7cc Mon Sep 17 00:00:00 2001
+From 68c37fbcd533ff2307c82f3b48bb090d9bbbd433 Mon Sep 17 00:00:00 2001
From: jjacky <i.am.jack.mail@gmail.com>
Date: Mon, 6 May 2013 11:00:51 +0200
Subject: [PATCH 3/3] Fix new window always top-left when screen not full
@@ -14,10 +14,10 @@ Signed-off-by: Olivier Brunel <jjk@jjacky.com>
1 file changed, 4 insertions(+)
diff --git a/src/placement.c b/src/placement.c
-index f9757cc..f57493f 100644
+index 14969ec..a595f67 100644
--- a/src/placement.c
+++ b/src/placement.c
-@@ -779,6 +779,7 @@ smartPlacement (Client * c, int full_x, int full_y, int full_w, int full_h)
+@@ -776,6 +776,7 @@ smartPlacement (Client * c, int full_x, int full_y, int full_w, int full_h)
if (!region_hole)
break;
@@ -25,7 +25,7 @@ index f9757cc..f57493f 100644
cairo_region_destroy (region_monitor);
cairo_region_destroy (region_used);
-@@ -864,6 +865,9 @@ smartPlacement (Client * c, int full_x, int full_y, int full_w, int full_h)
+@@ -861,6 +862,9 @@ smartPlacement (Client * c, int full_x, int full_y, int full_w, int full_h)
return;
}
@@ -36,5 +36,5 @@ index f9757cc..f57493f 100644
cairo_region_destroy (region_used);
--
-2.3.1
+2.3.3