diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-01-23 17:12:15 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-01-23 17:12:15 +0100 |
commit | 87836d79ef90e6c764d94c229183179a36eb699a (patch) | |
tree | af8cedf98db527f52d59fda1f9accf9653ff7cad /client.c | |
parent | c8a12a0852a9befbf5a073910e8b0291914f80ab (diff) | |
download | dwm-87836d79ef90e6c764d94c229183179a36eb699a.tar.gz |
renamed activescreen into selscreen 3.2
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
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]); |