Explorar o código

quick typo fix

Anselm R Garbe %!s(int64=15) %!d(string=hai) anos
pai
achega
c53b29e60b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;