alpha focus highlight: upgrade patch to latest (20200731-43a395a)

This commit is contained in:
Bakkeby 2022-10-06 13:19:31 +02:00
parent f899d0552a
commit 35b7da0919
1 changed files with 2 additions and 2 deletions

4
x.c
View File

@ -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
}