summarylogtreecommitdiffstats
path: root/0003-Fix-new-window-always-top-left-when-screen-not-full.patch
diff options
context:
space:
mode:
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.patch6
1 files changed, 3 insertions, 3 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 47d08671015d..9463772907a2 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 73bbf7fed10ae33551892dcd7e029301ec826147 Mon Sep 17 00:00:00 2001
+From 84944aa000ddfc656c60005e868e815493628ee3 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,7 +14,7 @@ Signed-off-by: Olivier Brunel <jjk@jjacky.com>
1 file changed, 4 insertions(+)
diff --git a/src/placement.c b/src/placement.c
-index 41c48824..19b02a84 100644
+index 7264a845..dc6b0fae 100644
--- a/src/placement.c
+++ b/src/placement.c
@@ -767,6 +767,7 @@ smartPlacement (Client * c, int full_x, int full_y, int full_w, int full_h)
@@ -36,5 +36,5 @@ index 41c48824..19b02a84 100644
cairo_region_destroy (region_used);
--
-2.12.0
+2.15.1