aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-23 17:12:15 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-23 17:12:15 +0100
commit87836d79ef90e6c764d94c229183179a36eb699a (patch)
treeaf8cedf98db527f52d59fda1f9accf9653ff7cad /client.c
parentc8a12a0852a9befbf5a073910e8b0291914f80ab (diff)
downloaddwm-87836d79ef90e6c764d94c229183179a36eb699a.tar.zst
renamed activescreen into selscreen3.2
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 7ccad39..b89264c 100644
--- a/client.c
+++ b/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]);