Explorar el Código

does this make a difference?

Anselm R Garbe hace 15 años
padre
commit
bea4dd2490
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dwm.c

+ 1 - 1
dwm.c

@@ -799,7 +799,7 @@ enternotify(XEvent *e) {
 		unfocus(selmon->sel, True);
 		selmon = m;
 	}
-	focus(wintoclient(ev->window));
+	focus((wintoclient(ev->window)));
 }
 
 void