Mercurial > dwm-meillo
comparison client.c @ 713:ef2c267884f3
removed a blank line
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Tue, 23 Jan 2007 12:04:22 +0100 |
parents | b288b57d81f8 |
children | 7034ee0f48d6 |
comparison
equal
deleted
inserted
replaced
712:b288b57d81f8 | 713:ef2c267884f3 |
---|---|
79 | 79 |
80 void | 80 void |
81 focus(Client *c) { | 81 focus(Client *c) { |
82 if(c && !isvisible(c)) | 82 if(c && !isvisible(c)) |
83 return; | 83 return; |
84 | |
85 if(sel && sel != c) { | 84 if(sel && sel != c) { |
86 grabbuttons(sel, False); | 85 grabbuttons(sel, False); |
87 XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]); | 86 XSetWindowBorder(dpy, sel->win, dc.norm[ColBorder]); |
88 } | 87 } |
89 sel = c; | 88 sel = c; |