does this make a difference?
authorAnselm R Garbe <anselm@garbe.us>
Sat, 11 Sep 2010 19:00:18 +0000
changeset 1525 c361034c5a1c
parent 1524 050d521d66d8
child 1526 64eb02a74f2b
does this make a difference?
dwm.c
--- a/dwm.c	Tue Aug 24 13:13:20 2010 +0100
+++ b/dwm.c	Sat Sep 11 19:00:18 2010 +0000
@@ -799,7 +799,7 @@
 		unfocus(selmon->sel, True);
 		selmon = m;
 	}
-	focus(wintoclient(ev->window));
+	focus((wintoclient(ev->window)));
 }
 
 void