removed a blank line
This commit is contained in:
parent
17ec726b49
commit
edb2660a2e
1
client.c
1
client.c
@ -81,7 +81,6 @@ void
|
|||||||
focus(Client *c) {
|
focus(Client *c) {
|
||||||
if(c && !isvisible(c))
|
if(c && !isvisible(c))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(sel && sel != c) {
|
if(sel && sel != c) {
|
||||||
grabbuttons(sel, False);
|
grabbuttons(sel, False);
|
||||||
XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);
|
XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);
|
||||||
|
Loading…
Reference in New Issue
Block a user