tremoved a blank line - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit edb2660a2e61e300fb47a9a15fb264fca5c9895e
(DIR) parent 17ec726b494c2ee6e6b5dbe00bb83b2d931b3fc0
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Tue, 23 Jan 2007 12:04:22 +0100
removed a blank line
Diffstat:
M client.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/client.c b/client.c
t@@ -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]);