Browse Source

does this make a difference?

Anselm R Garbe 15 năm trước cách đây
mục cha
commit
bea4dd2490
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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