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) {
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue