commit 35b7da09191b1a622503cf746af9251f1e7622e3
parent f899d0552a0b30bf0f34968d5a63021005a02e5c
Author: Bakkeby <bakkeby@gmail.com>
Date: Thu, 6 Oct 2022 13:19:31 +0200
alpha focus highlight: upgrade patch to latest (20200731-43a395a)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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
}