From 35b7da09191b1a622503cf746af9251f1e7622e3 Mon Sep 17 00:00:00 2001 From: Bakkeby Date: Thu, 6 Oct 2022 13:19:31 +0200 Subject: [PATCH] alpha focus highlight: upgrade patch to latest (20200731-43a395a) --- x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x.c b/x.c index e749996..fbfe8d6 100644 --- a/x.c +++ b/x.c @@ -3030,7 +3030,7 @@ focus(XEvent *ev) if (!focused) { focused = 1; xloadcols(); - redraw(); + tfulldirt(); } #endif // ALPHA_FOCUS_HIGHLIGHT_PATCH } else { @@ -3043,7 +3043,7 @@ focus(XEvent *ev) if (focused) { focused = 0; xloadcols(); - redraw(); + tfulldirt(); } #endif // ALPHA_FOCUS_HIGHLIGHT_PATCH }