renamed activescreen into selscreen
This commit is contained in:
parent
c8a12a0852
commit
87836d79ef
4 changed files with 6 additions and 6 deletions
2
client.c
2
client.c
|
@ -93,7 +93,7 @@ focus(Client *c) {
|
|||
}
|
||||
sel = c;
|
||||
drawstatus();
|
||||
if(!activescreen)
|
||||
if(!selscreen)
|
||||
return;
|
||||
if(c) {
|
||||
XSetWindowBorder(dpy, c->win, dc.sel[ColBorder]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue