Anselm R Garbe пре 15 година
родитељ
комит
c53b29e60b
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      dwm.c

+ 2 - 2
dwm.c

@@ -815,8 +815,8 @@ void
 focus(Client *c) {
 	if(!c || !ISVISIBLE(c))
 		for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
-//	if(selmon->sel)
-//		unfocus(selmon->sel);
+/*	if(selmon->sel)
+		unfocus(selmon->sel);*/
 	if(c) {
 		if(c->mon != selmon)
 			selmon = c->mon;