aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-23 12:04:22 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-23 12:04:22 +0100
commitedb2660a2e61e300fb47a9a15fb264fca5c9895e (patch)
tree8648d1a57bd897439a122e09d365ba89fa5e0adb /client.c
parent17ec726b494c2ee6e6b5dbe00bb83b2d931b3fc0 (diff)
downloaddwm-edb2660a2e61e300fb47a9a15fb264fca5c9895e.tar.zst
removed a blank line
Diffstat (limited to 'client.c')
-rw-r--r--client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c
index 5c69718..0a59c22 100644
--- a/client.c
+++ b/client.c
@@ -81,7 +81,6 @@ void
focus(Client *c) {
if(c && !isvisible(c))
return;
-
if(sel && sel != c) {
grabbuttons(sel, False);
XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]);