alpha focus highlight: upgrade patch to latest (20200731-43a395a)
This commit is contained in:
parent
f899d0552a
commit
35b7da0919
4
x.c
4
x.c
|
@ -3030,7 +3030,7 @@ focus(XEvent *ev)
|
||||||
if (!focused) {
|
if (!focused) {
|
||||||
focused = 1;
|
focused = 1;
|
||||||
xloadcols();
|
xloadcols();
|
||||||
redraw();
|
tfulldirt();
|
||||||
}
|
}
|
||||||
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||||
} else {
|
} else {
|
||||||
|
@ -3043,7 +3043,7 @@ focus(XEvent *ev)
|
||||||
if (focused) {
|
if (focused) {
|
||||||
focused = 0;
|
focused = 0;
|
||||||
xloadcols();
|
xloadcols();
|
||||||
redraw();
|
tfulldirt();
|
||||||
}
|
}
|
||||||
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue