From a9ae5f966063f6838dce0df026d55667e843a007 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 15 Oct 2019 14:57:04 +0300 Subject: [PATCH] rounded-corners: rebase --- patches/sowm-rounded-corners.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/sowm-rounded-corners.patch b/patches/sowm-rounded-corners.patch index 84eeb4d..0d7043b 100644 --- a/patches/sowm-rounded-corners.patch +++ b/patches/sowm-rounded-corners.patch @@ -109,9 +109,9 @@ index b9e8867..4c0b3fa 100644 /* This function simply moves the focused window to the desired desktop. -@@ -533,6 +586,7 @@ void map_request(XEvent *e) { +@@ -510,6 +510,7 @@ void map_request(XEvent *e) { EnterWindowMask|FocusChangeMask); - win_center(w); + win_center((Arg){.i = w}); XMapWindow(d, w); + win_round_corners(w, ROUND_CORNERS); FOC(w);