summarylogtreecommitdiffstats
path: root/0001-Rewrote-smartPlacement.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Rewrote-smartPlacement.patch')
-rw-r--r--0001-Rewrote-smartPlacement.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/0001-Rewrote-smartPlacement.patch b/0001-Rewrote-smartPlacement.patch
index a0afb151a85d..e6931540a8a5 100644
--- a/0001-Rewrote-smartPlacement.patch
+++ b/0001-Rewrote-smartPlacement.patch
@@ -1,4 +1,4 @@
-From 0f5d1078f3f903c7bc87c5c37a16a68cd2fd3825 Mon Sep 17 00:00:00 2001
+From 43f53e9bef9bc8004e4ab59e915de5a4202afa77 Mon Sep 17 00:00:00 2001
From: Olivier Brunel <jjk@jjacky.com>
Date: Sun, 8 Mar 2015 13:22:12 +0100
Subject: [PATCH 1/3] Rewrote smartPlacement()
@@ -17,10 +17,10 @@ Signed-off-by: Olivier Brunel <jjk@jjacky.com>
1 file changed, 270 insertions(+), 144 deletions(-)
diff --git a/src/placement.c b/src/placement.c
-index 7b0ca22..a8e9c70 100644
+index e9a32c72..a6ce2636 100644
--- a/src/placement.c
+++ b/src/placement.c
-@@ -552,16 +552,139 @@ clientAutoMaximize (Client * c, int full_w, int full_h)
+@@ -543,16 +543,139 @@ clientAutoMaximize (Client * c, int full_w, int full_h)
}
static void
@@ -166,7 +166,7 @@ index 7b0ca22..a8e9c70 100644
g_return_if_fail (c != NULL);
TRACE ("entering smartPlacement");
-@@ -572,165 +695,168 @@ smartPlacement (Client * c, int full_x, int full_y, int full_w, int full_h)
+@@ -563,165 +686,168 @@ smartPlacement (Client * c, int full_x, int full_y, int full_w, int full_h)
frame_left = frameExtentLeft(c);
frame_top = frameExtentTop (c);
@@ -474,5 +474,5 @@ index 7b0ca22..a8e9c70 100644
static void
--
-2.3.3
+2.12.0